From 69128a57204554ce433cbc8860c8c1077092ac58 Mon Sep 17 00:00:00 2001
From: Steven Barth <steven@midlink.org>
Date: Wed, 5 Mar 2014 09:06:29 +0100
Subject: [PATCH] Set default for min-update-interval to 30

---
 src/odhcp6c.c | 2 +-
 src/odhcp6c.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/odhcp6c.c b/src/odhcp6c.c
index 798598f..3c6b3b0 100644
--- a/src/odhcp6c.c
+++ b/src/odhcp6c.c
@@ -453,7 +453,7 @@ static int usage(void)
 	"	-f		Don't send Client FQDN option\n"
 	"	-k		Don't send a RELEASE when stopping\n"
 	"	-t <seconds>	Maximum timeout for DHCPv6-SOLICIT (3600)\n"
-	"	-m <seconds>	Minimum time between accepting updates (60)\n"
+	"	-m <seconds>	Minimum time between accepting updates (30)\n"
 	"\nInvocation options:\n"
 	"	-p <pidfile>	Set pidfile (/var/run/odhcp6c.pid)\n"
 	"	-d		Daemonize\n"
diff --git a/src/odhcp6c.h b/src/odhcp6c.h
index 285f6b1..f9a3fec 100644
--- a/src/odhcp6c.h
+++ b/src/odhcp6c.h
@@ -31,7 +31,7 @@
 #define DHCPV6_REB_MAX_RT 600
 #define DHCPV6_INF_MAX_RT 3600
 
-#define DEFAULT_MIN_UPDATE_INTERVAL 60
+#define DEFAULT_MIN_UPDATE_INTERVAL 30
 
 enum dhcvp6_opt {
 	DHCPV6_OPT_CLIENTID = 1,
-- 
2.39.5