diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-11-05 22:58:24 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-11-05 22:58:24 +0000 |
commit | eda0b254b87bddcf3509c53e6429fdcc66a99968 (patch) | |
tree | 0e28ab90bae544181aea1dacd811872198845f96 | |
parent | 7a5a5994e1d39165488a31a88abca35391d42d30 (diff) |
add 802.1D LSAP
-rw-r--r-- | sys/net/if_llc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/if_llc.h b/sys/net/if_llc.h index 02aaaf0a9e1..08ad83eb110 100644 --- a/sys/net/if_llc.h +++ b/sys/net/if_llc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_llc.h,v 1.4 2000/10/18 16:15:37 jason Exp $ */ +/* $OpenBSD: if_llc.h,v 1.5 2000/11/05 22:58:23 jason Exp $ */ /* $NetBSD: if_llc.h,v 1.6 1995/03/08 02:56:57 cgd Exp $ */ /* @@ -139,6 +139,7 @@ struct llc { /* * ISO PDTR 10178 contains among others */ +#define LLC_8021D_LSAP 0x42 #define LLC_X25_LSAP 0x7e #define LLC_SNAP_LSAP 0xaa #define LLC_ISO_LSAP 0xfe |