aboutsummaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2002-01-06 10:51:22 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2002-01-06 10:51:22 +0000
commit353191e2696a381d12fd34e7e762715b21fa20b4 (patch)
tree57c0dad194dd402def92270d15c187fba0f217c8 /sys/net
parent988b7a9ecf8e2dc0495cda837c254c535ff504d9 (diff)
Notes
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_sppp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_sppp.h b/sys/net/if_sppp.h
index 0c2a2011cd16..7560f5950566 100644
--- a/sys/net/if_sppp.h
+++ b/sys/net/if_sppp.h
@@ -48,9 +48,9 @@ struct sipcp {
#define IPCP_MYADDR_DYN 2 /* my address is dynamically assigned */
#define IPCP_MYADDR_SEEN 4 /* have seen his address already */
#ifdef notdef
-#define IPV6CP_MYIFID_DYN 2 /* my ifid is dynamically assigned */
+#define IPV6CP_MYIFID_DYN 8 /* my ifid is dynamically assigned */
#endif
-#define IPV6CP_MYIFID_SEEN 4 /* have seen his ifid already */
+#define IPV6CP_MYIFID_SEEN 0x10 /* have seen his ifid already */
};
#define AUTHNAMELEN 32