git://git.onelab.eu
/
sliver-openvswitch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d6fb5e
)
bridge: Destroy bond when port is destroyed.
author
Ethan Jackson
<ethan@nicira.com>
Fri, 15 Apr 2011 18:06:02 +0000
(11:06 -0700)
committer
Ethan Jackson
<ethan@nicira.com>
Fri, 15 Apr 2011 19:19:27 +0000
(12:19 -0700)
vswitchd/bridge.c
patch
|
blob
|
history
diff --git
a/vswitchd/bridge.c
b/vswitchd/bridge.c
index
42273c7
..
ab4d507
100644
(file)
--- a/
vswitchd/bridge.c
+++ b/
vswitchd/bridge.c
@@
-3021,6
+3021,7
@@
port_destroy(struct port *port)
VLOG_INFO("destroyed port %s on bridge %s", port->name, br->name);
+ bond_destroy(port->bond);
lacp_destroy(port->lacp);
port_flush_macs(port);