vswitchd: Destroy lacp in port_destroy().
authorEthan Jackson <ethan@nicira.com>
Tue, 22 Mar 2011 20:30:15 +0000 (13:30 -0700)
committerEthan Jackson <ethan@nicira.com>
Tue, 22 Mar 2011 20:30:15 +0000 (13:30 -0700)
commit6083727211ade47d7008acf4f79705b3c903776b
treee3837e7016477847e29957e544f09be2b11ab189
parentfe0cfbf622be3232690566460ce6265c185e280a
vswitchd: Destroy lacp in port_destroy().

Port destruction could cause dangling lacp objects to live in the
lacp module's 'all_lacps' list.  This could cause bogus output for
the lacp/show appctl command.

Bug #5088.
vswitchd/bridge.c