bridge: Change Ethernet address array from 8 bytes to ETH_ADDR_LEN bytes.
authorBen Pfaff <blp@nicira.com>
Tue, 29 Mar 2011 18:33:10 +0000 (11:33 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 1 Apr 2011 22:52:20 +0000 (15:52 -0700)
commit090f7f50487916074a978c26b635dd153b10a866
tree4049530cc5b961bf8163ad54c91b172e5b42951c
parent79efe70efcc57414f43a2d10fbacae25aa6e43ca
bridge: Change Ethernet address array from 8 bytes to ETH_ADDR_LEN bytes.

I don't know why this was declared as 8 bytes long but I only see 6
actually in use, as one would expect of an Ethernet address.
vswitchd/bridge.c