From e1539b6fffaf10863e41a73a380f9de40f6aece6 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 18 Nov 2021 17:55:43 +0100 Subject: dhcp: T4008: change client retry interval form 300 -> 60 seconds --- data/templates/dhcp-client/ipv4.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'data/templates') diff --git a/data/templates/dhcp-client/ipv4.tmpl b/data/templates/dhcp-client/ipv4.tmpl index c934b7cdb..fcc2846a5 100644 --- a/data/templates/dhcp-client/ipv4.tmpl +++ b/data/templates/dhcp-client/ipv4.tmpl @@ -2,7 +2,8 @@ option rfc3442-classless-static-routes code 121 = array of unsigned integer 8; timeout 60; -retry 300; +retry 60; +initial-interval 2; interface "{{ ifname }}" { send host-name "{{ dhcp_options.host_name }}"; -- cgit v1.2.3