diff options
| author | Christian Poessinger <christian@poessinger.com> | 2022-02-19 07:47:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-19 07:47:34 +0100 |
| commit | 4829307f01c1a90c90173b2c2c6e538aec82c6f0 (patch) | |
| tree | 78fc35158e9909a1513cb54c507f77df87861c6c | |
| parent | 9e626ce7bad2bd846826822a3622fedf2d937e09 (diff) | |
| parent | 5fc9ef9e31eb566a601f8a150c69b183a4331564 (diff) | |
| download | vyos-1x-4829307f01c1a90c90173b2c2c6e538aec82c6f0.tar.gz vyos-1x-4829307f01c1a90c90173b2c2c6e538aec82c6f0.zip | |
Merge pull request #1228 from fett0/T4258
DHCP : T4258: Set correct port for dhcp-failover
| -rw-r--r-- | data/templates/dhcp-server/dhcpd.conf.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/dhcp-server/dhcpd.conf.tmpl b/data/templates/dhcp-server/dhcpd.conf.tmpl index da2f28ced..dbd864b5e 100644 --- a/data/templates/dhcp-server/dhcpd.conf.tmpl +++ b/data/templates/dhcp-server/dhcpd.conf.tmpl @@ -42,9 +42,9 @@ failover peer "{{ failover.name }}" { secondary; {% endif %} address {{ failover.source_address }}; - port 520; + port 647; peer address {{ failover.remote }}; - peer port 520; + peer port 647; max-response-delay 30; max-unacked-updates 10; load balance max seconds 3; |
