---
 vswitchd/bridge.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
index ea157d6..7ac532e 100644
--- a/vswitchd/bridge.c
+++ b/vswitchd/bridge.c
@@ -4840,6 +4840,8 @@ iface_destroy(struct iface *iface)
             bond_send_learning_packets(port);
         }
 
+        ofproto_revalidate(port->bridge->ofproto, iface->tag);
+
         cfm_destroy(iface->cfm);
 
         free(iface->name);
-- 
1.7.4.1

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to