]> git.ipfire.org Git - thirdparty/dhcp.git/blob - keama/tests/denyunknown6.in6
[#64,!35] Restored work
[thirdparty/dhcp.git] / keama / tests / denyunknown6.in6
1 # DHCPv6 deny unknown client config
2
3 # empty configs are not accepted by Kea
4 default-lease-time 1800;
5
6 # subnet declaration
7 subnet6 2001::/64 {
8 # pool declaration
9 pool6 {
10 # avoid empty pool
11 range6 2001::100 2001::200;
12 # call get_permit
13 deny unknown clients;
14 }
15 }