summaryrefslogtreecommitdiff
path: root/keama/tests/global6.in6
blob: 8bba7082986e928b5b0eb3ab13cd41d318c3a553 (plain)
1
2
3
4
5
6
7
8
9
10
# DHCPv6 global reservation config

# empty configs are not accepted by Kea
default-lease-time 1800;

# global reservation
host foobar {
	hardware ethernet 00:0B:FD:32:E6:FA;
	option dhcp6.name-servers 2a01:e00::2, 2a01:e00::1;
}