projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38775ab
)
packets.h: Fix STP destination MAC address.
author
Justin Pettit
<jpettit@nicira.com>
Sat, 8 Oct 2011 01:24:12 +0000
(18:24 -0700)
committer
Justin Pettit
<jpettit@nicira.com>
Sat, 22 Oct 2011 23:16:07 +0000
(16:16 -0700)
lib/packets.h
patch
|
blob
|
history
diff --git
a/lib/packets.h
b/lib/packets.h
index e727cc9a5da5a0263c155677553190d4bddc68f6..f5f473ce7a6049785d724cb4342fd209bd5c180a 100644
(file)
--- 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, 0x0
1
};
+ = { 0x01, 0x80, 0xC2, 0x00, 0x00, 0x0
0
};
static const uint8_t eth_addr_lacp[ETH_ADDR_LEN] OVS_UNUSED
= { 0x01, 0x80, 0xC2, 0x00, 0x00, 0x02 };