[ovs-dev] [STP 4/9] packets.h: Fix STP destination MAC address.

Ben Pfaff blp at nicira.com
Tue Oct 18 09:35:27 PDT 2011


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 as well as master.

Thanks,

Ben.



More information about the dev mailing list