Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet icmp6.h: #define ND_OPT_PI_FLAG_ROUTER



details:   https://anonhg.NetBSD.org/src/rev/8f06116930df
branches:  trunk
changeset: 934677:8f06116930df
user:      roy <roy%NetBSD.org@localhost>
date:      Mon Jun 15 23:38:17 2020 +0000

description:
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.

diffstat:

 sys/netinet/icmp6.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e1f998ac0ee7 -r 8f06116930df sys/netinet/icmp6.h
--- a/sys/netinet/icmp6.h       Mon Jun 15 22:03:39 2020 +0000
+++ b/sys/netinet/icmp6.h       Mon Jun 15 23:38:17 2020 +0000
@@ -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 @@
 
 #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;



Home | Main Index | Thread Index | Old Index