aboutsummaryrefslogtreecommitdiff
path: root/lib/packets.h
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2011-10-07 18:24:12 -0700
committerJustin Pettit <jpettit@nicira.com>2011-10-22 16:16:07 -0700
commitf740b8f6a14d90096e9fb0cae9670dafb3ce2731 (patch)
tree899c35b3af8b1fd39d89744c9e67b0578ac99323 /lib/packets.h
parent38775ab5b912fa571c233d7014f62985725f3692 (diff)
packets.h: Fix STP destination MAC address.
Diffstat (limited to 'lib/packets.h')
-rw-r--r--lib/packets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/packets.h b/lib/packets.h
index e727cc9a..f5f473ce 100644
--- a/lib/packets.h
+++ b/lib/packets.h
@@ -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 };