X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Frouter.h;h=bdfe52c43789e9203e4115a8ccac33daa5526db9;hp=5b5f4d71a5a0ffb29a0e8b86a0043c384253d80e;hb=adc8f6269d82f526e225fd8d4b78388fc2da0659;hpb=2fd5d19525699f19186daca9b246dd37a0f547a0 diff --git a/src/router.h b/src/router.h index 5b5f4d7..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 MaxValidTime 65535 -#define MaxRtrAdvInterval 1800 +#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)