bridge: Drop LACP configuration members from struct iface and struct port.
authorBen Pfaff <blp@nicira.com>
Mon, 21 Mar 2011 19:49:44 +0000 (12:49 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 1 Apr 2011 22:52:20 +0000 (15:52 -0700)
commit7a6735157c0df93375e9daadf0bbd1dca4160533
tree6f9477194e8852c6772aa07fad657aeb8e8cdaca
parent14cff48183cfd6ea939d4d8012fde192b03eeca1
bridge: Drop LACP configuration members from struct iface and struct port.

There's no reason that I can see to maintain this information in struct
port and struct iface.  It's redundant, since the lacp implementation
maintains the same information.
lib/lacp.c
lib/lacp.h
vswitchd/bridge.c