summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/router.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/router.h b/src/router.h
index 5b5f4d7..546af3e 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 MaxValidTime 65535
+#define MaxRtrAdvInterval 1800
#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)