projects
/
openvswitch
/ 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 42273c7b634c74c9c538838899fb5a0d422679ba..ab4d5078f6673d307f07fc153d7526c240191e7c 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);