summaryrefslogtreecommitdiff
path: root/etc/dhcp/primary.conf
blob: ce316f7be788438dfb3f448e12c6921cde4e392b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include "/etc/dhcp/common.conf";

failover peer "randomlan" {
	primary;
	address firebrand.random.lan;
	port 519;
	peer address defiant.random.lan;
	peer port 519;
	max-response-delay 60;
	max-unacked-updates 10;
	mclt 3600;
	split 64;
	load balance max seconds 3;
}

include "/etc/dhcp/network.conf";