summaryrefslogtreecommitdiff
path: root/keama/tests/range6.in6
blob: 813b20b51916525578a3100ed111dc26d56e6c75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# DHCPv6 range config

# authoritative is mandatory
authoritative;

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