router: support ra_mininterval and ra_lifetime uci parameters (FS#397)
[project/odhcpd.git] / src / router.h
index 546af3e..bdfe52c 100644 (file)
@@ -30,8 +30,8 @@ struct icmpv6_opt {
        (void*)(opt + opt->len) <= (void*)(end); opt += opt->len)
 
 
-#define MaxValidTime           65535
 #define MaxRtrAdvInterval      1800
+#define MinRtrAdvInterval      3
 
 #define ND_RA_FLAG_PROXY       0x4
 #define ND_RA_PREF_HIGH                (1 << 3)