Merge "linux_bridge: actually apply the iptables rules"
This commit is contained in:
commit
d3e9d8f273
@ -184,6 +184,7 @@ def ensure_bridge(bridge, interface, net_attrs=None, gateway=True,
|
|||||||
('--out-interface %s -j %s'
|
('--out-interface %s -j %s'
|
||||||
% (bridge,
|
% (bridge,
|
||||||
_IPTABLES_MANAGER.iptables_drop_action)))
|
_IPTABLES_MANAGER.iptables_drop_action)))
|
||||||
|
_IPTABLES_MANAGER.apply()
|
||||||
|
|
||||||
|
|
||||||
def configure(iptables_mgr):
|
def configure(iptables_mgr):
|
||||||
|
Loading…
Reference in New Issue
Block a user