diff --git a/vif_plug_linux_bridge/linux_net.py b/vif_plug_linux_bridge/linux_net.py index 70405aa..bef30b9 100644 --- a/vif_plug_linux_bridge/linux_net.py +++ b/vif_plug_linux_bridge/linux_net.py @@ -184,6 +184,7 @@ def ensure_bridge(bridge, interface, net_attrs=None, gateway=True, ('--out-interface %s -j %s' % (bridge, _IPTABLES_MANAGER.iptables_drop_action))) + _IPTABLES_MANAGER.apply() def configure(iptables_mgr):