X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=src%2Frouter.h;h=bdfe52c43789e9203e4115a8ccac33daa5526db9;hb=24d21c7c26d07e93fb329ac62da5e974cf44213b;hp=db8ab9dc6d41d4d9e512482f28630d0e63098bb2;hpb=01bfec4c333d906ca4d2230c804dfe361779f42f;p=project%2Fodhcpd.git diff --git a/src/router.h b/src/router.h index db8ab9d..bdfe52c 100644 --- a/src/router.h +++ b/src/router.h @@ -30,9 +30,9 @@ struct icmpv6_opt { (void*)(opt + opt->len) <= (void*)(end); opt += opt->len) -#define MaxRtrAdvInterval 1800 -#define MaxValidTime 65535 +#define MaxRtrAdvInterval 1800 +#define MinRtrAdvInterval 3 #define ND_RA_FLAG_PROXY 0x4 -#define ND_RA_PREF_HIGH (1 << 3) +#define ND_RA_PREF_HIGH (1 << 3) #define ND_RA_PREF_LOW (3 << 3)