Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Add 802.1D (Spanning Tree) LSAP code.
details: https://anonhg.NetBSD.org/src/rev/e3b89aaba79f
branches: trunk
changeset: 508381:e3b89aaba79f
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Apr 10 19:30:41 2001 +0000
description:
Add 802.1D (Spanning Tree) LSAP code.
diffstat:
sys/net/if_llc.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 5521b87def5a -r e3b89aaba79f sys/net/if_llc.h
--- a/sys/net/if_llc.h Tue Apr 10 19:08:42 2001 +0000
+++ b/sys/net/if_llc.h Tue Apr 10 19:30:41 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_llc.h,v 1.12 1999/11/19 20:41:19 thorpej Exp $ */
+/* $NetBSD: if_llc.h,v 1.13 2001/04/10 19:30:41 thorpej Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -152,6 +152,7 @@
/*
* 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
Home |
Main Index |
Thread Index |
Old Index