Blob Blame History Raw
option domain-name-servers	2001:888:0db8:1::a;
option domain-name		"test.com";

host zeus {
        duid 00:01:00:01:22:8a:88:26:08:00:27:87:00:7e;
	address 2001:888:db8:1::b infinity;
};

interface veth-peer {
	address-pool pool1 10;
};

pool pool1 {
	range 2001:888:0db8:1::1000 to 2001:888:0db8:1::2000;
};