summaryrefslogtreecommitdiff
path: root/keama/tests/range6.in6
blob: 2c141ad738f8772f08aa42b5290035a9e508d562 (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;
}