summaryrefslogtreecommitdiff
path: root/keama/tests/pool6.in6
blob: 2cd2fa39e0bbfe759e5d8f0842cfeb4da1b934e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
# DHCPv6 pool config

# subnet declaration
subnet6 2001::/64 {
    # pool declaration
    pool6 {
	option dhcp6.domain-search "example.com", "example.org";
	default-lease-time 1800;
	range6 2001::100 2001::200;
    }
}