deb-os-vif/vif_plug_linux_bridge
Daniel P. Berrange 2d9c516c49 linux_bridge: actually apply the iptables rules
The linux bridge network code for creating bridges never
actually told the iptables manager to apply the rules it
just set. Previously when this code lived inside Nova it
just happened to work, because there was a single iptables
manager instance in nova and other unrelated code would
fortunately apply iptables rules. Now we're standalone
we must explicitly apply them

Change-Id: I26e27c1c4b337d0a51efbe37ca671b4f23cf38db
2016-03-03 11:15:55 +00:00
..
tests Change network vlan to integer 2016-02-22 15:56:50 +02:00
__init__.py import linux bridge plugin implementation 2016-02-16 11:06:59 +00:00
iptables.py import linux bridge plugin implementation 2016-02-16 11:06:59 +00:00
linux_bridge.py import linux bridge plugin implementation 2016-02-16 11:06:59 +00:00
linux_net.py linux_bridge: actually apply the iptables rules 2016-03-03 11:15:55 +00:00