]> git.ipfire.org Git - thirdparty/dhcp.git/blob - keama/tests/subnet6inhost.err6
[#64,!35] Restored work
[thirdparty/dhcp.git] / keama / tests / subnet6inhost.err6
1 # DHCPv6 subnet declaration inside host declaration config
2
3 # host declaration
4 host foobar {
5 hardware ethernet 00:0B:FD:32:E6:FA;
6 # can't put a DHCPv6 subnet declaration here
7 subnet6 2001::/64 {
8 default-lease-time 1800;
9 }
10 }
11