summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2015-04-20 11:59:56 +0200
committerSteven Barth <steven@midlink.org>2015-04-20 11:59:56 +0200
commitb5f6ace7148fda6bf336758d2544a23a90d845bf (patch)
tree5b2b9a3d3fe3c1bfcb29bf7accad2ac61e53e34e /src
parent9ab4436ebed3a86f22bcc5831671d3d94c9f8155 (diff)
downloadodhcp6c-b5f6ace7148fda6bf336758d2544a23a90d845bf.tar.gz
Fixup INF_MAX_RT for RFC 3315 as well
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'src')
-rw-r--r--src/odhcp6c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odhcp6c.h b/src/odhcp6c.h
index e23e02e..fb572d0 100644
--- a/src/odhcp6c.h
+++ b/src/odhcp6c.h
@@ -29,7 +29,7 @@
#define DHCPV6_CNF_MAX_RT 4
#define DHCPV6_REN_MAX_RT 600
#define DHCPV6_REB_MAX_RT 600
-#define DHCPV6_INF_MAX_RT 3600
+#define DHCPV6_INF_MAX_RT 120
#define DEFAULT_MIN_UPDATE_INTERVAL 30