summaryrefslogtreecommitdiff
path: root/keama/tests/prefix6.in6
blob: e5c01c90cb7677785b3f7c317410c2cb57921b34 (plain)
1
2
3
4
5
6
7
8
9
# DHCPv6 prefix config

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