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

# authoritative is mandatory
authoritative;

# subnet declaration
subnet6 2001::/64 {
    # range declaration
    option dhcp6.domain-search "example.com", "example.org";
    default-lease-time 1800;
    prefix6 2001:0:0:1:: 2001:0:0:3:: / 64;
}