vswitchd: Don't keep track of mac in struct iface.
authorBen Pfaff <blp@nicira.com>
Thu, 23 Jul 2009 21:28:21 +0000 (14:28 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 30 Jul 2009 23:07:14 +0000 (16:07 -0700)
commit96b9b7a9efedaf2ffcbac4a4f0414b20c99f188e
treef45364312996364d58346e732f57c10d82204d04
parent0c6aea3f9b7d32650ea2df0fbf647d01a215fd73
vswitchd: Don't keep track of mac in struct iface.

It's easy to get the Ethernet address of the interface from the netdev
code, and so we don't have to keep track of it in the bridge too.
vswitchd/bridge.c