neutron/neutron/plugins/ml2/drivers/agent
Sławek Kapłoński df8412b3e8 Use same instance of iptables_manager in L2 agent and extensions
This commit adds common_agent_extension class which is agent API
for L2 extension drivers used e.g. by Linuxbridge agent.
This is necessary to be able to use instance of iptables_manager
used in firewall driver also in L2 extension drivers (like qos).

This patch refactors little bit iptables_manager code to make possible
to initialize e.g. mangle or nat table on demand, even if iptables
is created as "state_less"

Change-Id: I3b66e49b7f176124e8aea3eb96d0d465f1ab1ea0
Closes-Bug: #1736674
(cherry picked from commit cbee0f9f88)
2018-01-08 14:20:00 +01:00
..
__init__.py lb: ml2-agt: Separate AgentLoop from LinuxBridge specific impl 2016-01-28 11:00:43 +01:00
_agent_manager_base.py Use same instance of iptables_manager in L2 agent and extensions 2018-01-08 14:20:00 +01:00
_common_agent.py Use same instance of iptables_manager in L2 agent and extensions 2018-01-08 14:20:00 +01:00
capabilities.py Add agent-side driver scaffolding for trunk functionality 2016-08-18 12:10:22 +00:00
config.py Refactoring config options for plugin agent opts 2016-08-16 16:51:41 +00:00