Module Name: src
Committed By: roy
Date: Mon Jun 15 23:38:17 UTC 2020
Modified Files:
src/sys/netinet: icmp6.h
Log Message:
icmp6.h: #define ND_OPT_PI_FLAG_ROUTER
We already define ND_RA_FLAG_HOME_AGENT and that kind of requires
ND_OPT_PI_FLAG_ROUTER.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/netinet/icmp6.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/netinet/icmp6.h
diff -u src/sys/netinet/icmp6.h:1.54 src/sys/netinet/icmp6.h:1.55
--- src/sys/netinet/icmp6.h:1.54 Fri Jun 12 11:04:45 2020
+++ src/sys/netinet/icmp6.h Mon Jun 15 23:38:17 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: icmp6.h,v 1.54 2020/06/12 11:04:45 roy Exp $ */
+/* $NetBSD: icmp6.h,v 1.55 2020/06/15 23:38:17 roy Exp $ */
/* $KAME: icmp6.h,v 1.84 2003/04/23 10:26:51 itojun Exp $ */
@@ -335,6 +335,7 @@ struct nd_opt_prefix_info { /* prefix in
#define ND_OPT_PI_FLAG_ONLINK 0x80
#define ND_OPT_PI_FLAG_AUTO 0x40
+#define ND_OPT_PI_FLAG_ROUTER 0x20
struct nd_opt_rd_hdr { /* redirected header */
u_int8_t nd_opt_rh_type;