summaryrefslogtreecommitdiffhomepage
path: root/src/router.h
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2015-08-20 10:45:31 +0200
committerSteven Barth <steven@midlink.org>2015-08-20 10:45:31 +0200
commit2fd5d19525699f19186daca9b246dd37a0f547a0 (patch)
tree631b347335b7a0466b5bbfc8b706d76ae7573f22 /src/router.h
parent8b33974cfae233ef6ad764051a3194db29c7ff11 (diff)
router: improve deprecation handling
Diffstat (limited to 'src/router.h')
-rw-r--r--src/router.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/router.h b/src/router.h
index 720490d..5b5f4d7 100644
--- a/src/router.h
+++ b/src/router.h
@@ -31,7 +31,7 @@ struct icmpv6_opt {
#define MaxValidTime 65535
-#define MaxRtrAdvInterval (MaxValidTime / 3)
+#define MaxRtrAdvInterval 1800
#define ND_RA_FLAG_PROXY 0x4
#define ND_RA_PREF_HIGH (1 << 3)