On Oct 18, 2011, at 9:35 AM, Ben Pfaff wrote:
> This should go to branch-1.2 and branch-1.3 as well as master.
Thanks. I'll push this and the other bug fix into branch-1.2 momentarily. As
previously mentioned, this whole series is going into branch-1.3.
--Justin
On Mon, Oct 17, 2011 at 10:31:44PM -0700, Justin Pettit wrote:
> static const uint8_t eth_addr_stp[ETH_ADDR_LEN] OVS_UNUSED
> -= { 0x01, 0x80, 0xC2, 0x00, 0x00, 0x01 };
> += { 0x01, 0x80, 0xC2, 0x00, 0x00, 0x00 };
Sheesh. That's embarrassing.
This should go to branch-1.2 and branch-1.3
---
lib/packets.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/packets.h b/lib/packets.h
index e727cc9..f5f473c 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, 0