packets.h: Fix STP destination MAC address.
authorJustin Pettit <jpettit@nicira.com>
Sat, 8 Oct 2011 01:24:12 +0000 (18:24 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 18 Oct 2011 17:30:03 +0000 (10:30 -0700)
lib/packets.h

index 8e13a25..8422089 100644 (file)
@@ -38,7 +38,7 @@ static const uint8_t eth_addr_broadcast[ETH_ADDR_LEN] OVS_UNUSED
     = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
 
 static const uint8_t eth_addr_stp[ETH_ADDR_LEN] OVS_UNUSED
-    = { 0x01, 0x80, 0xC2, 0x00, 0x00, 0x01 };
+    = { 0x01, 0x80, 0xC2, 0x00, 0x00, 0x00 };
 
 static const uint8_t eth_addr_lacp[ETH_ADDR_LEN] OVS_UNUSED
     = { 0x01, 0x80, 0xC2, 0x00, 0x00, 0x02 };