Rapid Spanning Tree Protocol (IEEE 802.1D).
[cascardo/ovs.git] / lib / stp.h
index cdc24d4..3d13bba 100644 (file)
--- a/lib/stp.h
+++ b/lib/stp.h
 
 struct ofpbuf;
 
-/* LLC field values used for STP frames. */
-#define STP_LLC_SSAP 0x42
-#define STP_LLC_DSAP 0x42
-#define STP_LLC_CNTL 0x03
-
 /* Bridge and port priorities that should be used by default. */
 #define STP_DEFAULT_BRIDGE_PRIORITY 32768
 #define STP_DEFAULT_PORT_PRIORITY 128