summaryrefslogtreecommitdiff
path: root/keama/tests/prefix62.in6
blob: 943aa9c84cf1ef8dfd3b5e667525e34f077b66f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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;
    interface "foo";
}