]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Added iptables_manager ( based on openstack/linux_net.py )
authorJuliano Martinez <juliano.martinez@locaweb.com.br>
Mon, 18 Jun 2012 14:00:45 +0000 (11:00 -0300)
committerJuliano Martinez <juliano.martinez@locaweb.com.br>
Wed, 20 Jun 2012 02:52:03 +0000 (23:52 -0300)
commit0061c0ce4443395a258a99c70e1c1a7d0435e84e
tree9b66d99075844b0b36560046288b9c345f31e49e
parentcabd706b485fffb05de723a41b3f8bf081050b55
Added iptables_manager ( based on openstack/linux_net.py )
This module will be the base library to implement security
groups and generic firewall.
It is an independent iptables module, made to be easy to package
if used by agents and also inside quantum

Using quantum.agent.linux.utils
Added support to root_helper

Change-Id: Iaa29322477fc2e753b52dc4f01e7c4a561110638
quantum/agent/linux/iptables_manager.py [new file with mode: 0755]
quantum/rootwrap/iptables-firewall-agent.py [new file with mode: 0755]
quantum/rootwrap/wrapper.py
quantum/tests/unit/test_iptables_manager.py [new file with mode: 0755]