diff --git a/lib/neutron_plugins/linuxbridge_agent b/lib/neutron_plugins/linuxbridge_agent old mode 100644 new mode 100755 index 0c8ccb8718..5885616951 --- a/lib/neutron_plugins/linuxbridge_agent +++ b/lib/neutron_plugins/linuxbridge_agent @@ -8,6 +8,7 @@ _XTRACE_NEUTRON_LB=$(set +o | grep xtrace) set +o xtrace function neutron_lb_cleanup { + sudo ip link set $PUBLIC_BRIDGE down sudo brctl delbr $PUBLIC_BRIDGE if [[ "$Q_ML2_TENANT_NETWORK_TYPE" = "vxlan" ]]; then