config: use free_lease to delete a lease
[project/odhcpd.git] / src / router.h
index db8ab9d..5b5f4d7 100644 (file)
@@ -30,8 +30,8 @@ struct icmpv6_opt {
        (void*)(opt + opt->len) <= (void*)(end); opt += opt->len)
 
 
-#define MaxRtrAdvInterval 1800
 #define MaxValidTime 65535
+#define MaxRtrAdvInterval 1800
 
 #define ND_RA_FLAG_PROXY       0x4
 #define ND_RA_PREF_HIGH        (1 << 3)