summaryrefslogtreecommitdiff
path: root/keama/tests/orphan6.in6
blob: ed303790956e87251227a2ef65311672d157958b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# DHCPv6 orphan reservation config

# authoritative is mandatory
authoritative;

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

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