xref: /netbsd-src/external/mpl/dhcp/dist/keama/tests/orphan6.inN (revision 901e7e84758515fbf39dfc064cb0b45ab146d8b0)
1# DHCPv6 orphan reservation config
2
3# empty configs are not accepted by Kea
4default-lease-time 1800;
5
6# orphan reservation
7host foobar {
8	hardware ethernet 00:0B:FD:32:E6:FA;
9	option dhcp6.name-servers 2a01:e00::2, 2a01:e00::1;
10}
11