diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 2002-01-06 10:51:22 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 2002-01-06 10:51:22 +0000 |
| commit | 353191e2696a381d12fd34e7e762715b21fa20b4 (patch) | |
| tree | 57c0dad194dd402def92270d15c187fba0f217c8 /sys/net | |
| parent | 988b7a9ecf8e2dc0495cda837c254c535ff504d9 (diff) | |
Notes
Diffstat (limited to 'sys/net')
| -rw-r--r-- | sys/net/if_sppp.h | 4 |
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 |
