diff options
author | Steven Barth <steven@midlink.org> | 2015-08-20 10:45:31 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-08-20 10:45:31 +0200 |
commit | 2fd5d19525699f19186daca9b246dd37a0f547a0 (patch) | |
tree | 631b347335b7a0466b5bbfc8b706d76ae7573f22 /src/router.h | |
parent | 8b33974cfae233ef6ad764051a3194db29c7ff11 (diff) |
router: improve deprecation handling
Diffstat (limited to 'src/router.h')
-rw-r--r-- | src/router.h | 2 |
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) |