From eda0b254b87bddcf3509c53e6429fdcc66a99968 Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Sun, 5 Nov 2000 22:58:24 +0000 Subject: add 802.1D LSAP --- sys/net/if_llc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') 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 -- cgit v1.2.3