summaryrefslogtreecommitdiff
path: root/keama/tests/optiondatapool6.in6
blob: 179c2f5c8e83be6df30a30361f3ae3fe1f6d6801 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# option-data in DHCPv6 pool config

# authoritative is mandatory
authoritative;

# subnet declaration
subnet6 2001::/64 {
    # pool declaration
    pool6 {
        # avoid empty pool
	range6 2001::100 2001::200;
        # for a silly reason option-data is not allowed in DHCPv4 pools
	# but allowed in DHCPv6 pools
	option dhcp6.domain-search "example.com", "example.org";
    }
}