Module Name:    src
Committed By:   christos
Date:           Tue Sep 13 00:19:49 UTC 2016

Modified Files:
        src/sys/netinet6: in6_var.h

Log Message:
add bits for address flags


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sys/netinet6/in6_var.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/netinet6/in6_var.h
diff -u src/sys/netinet6/in6_var.h:1.84 src/sys/netinet6/in6_var.h:1.85
--- src/sys/netinet6/in6_var.h:1.84	Sun Jul 31 23:15:31 2016
+++ src/sys/netinet6/in6_var.h	Mon Sep 12 20:19:49 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: in6_var.h,v 1.84 2016/08/01 03:15:31 ozaki-r Exp $	*/
+/*	$NetBSD: in6_var.h,v 1.85 2016/09/13 00:19:49 christos Exp $	*/
 /*	$KAME: in6_var.h,v 1.81 2002/06/08 11:16:51 itojun Exp $	*/
 
 /*
@@ -498,6 +498,11 @@ struct	in6_rrenumreq {
 #define IN6_IFF_AUTOCONF	0x40	/* autoconfigurable address. */
 #define IN6_IFF_TEMPORARY	0x80	/* temporary (anonymous) address. */
 
+#define IN6_IFFBITS \       
+    "\020\1ANYCAST\2TENTATIVE\3DUPLICATED\4DETACHED\5DEPRECAGTED\6NODAD" \
+    "\7AUTOCONF\10TEMPORARY"
+
+
 /* do not input/output */
 #define IN6_IFF_NOTREADY (IN6_IFF_TENTATIVE|IN6_IFF_DUPLICATED)
 

Reply via email to