From be21deb31c3cdb9f221fb3765be13093e40407d8 Mon Sep 17 00:00:00 2001
From: Christian Poessinger <christian@poessinger.com>
Date: Thu, 18 Nov 2021 17:55:43 +0100
Subject: dhcp: T4008: change client retry interval form 300 -> 60 seconds

(cherry picked from commit e1539b6fffaf10863e41a73a380f9de40f6aece6)
---
 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 11e961166..b3e74c22b 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