neutron/neutron/plugins/ml2/drivers/linuxbridge/agent/extension_drivers
Brian Haley 8afe3beb7f Fix iptables rule removal warnings from QoS extension
Since iptables chain removal "cascades", it will remove rules
in other chains that jump to it.  Because of this, there is no
need to explicitly remove these jump rules, as it will just
generate a warning of the type: "Tried to remove rule that was
not there".

Trivialfix

Change-Id: I0638562400f3bcac689d94eb2a44eae9d2890782
2018-02-06 19:52:04 -05:00
..
__init__.py Add support for QoS for LinuxBridge agent 2016-03-01 10:45:02 +00:00
qos_driver.py Fix iptables rule removal warnings from QoS extension 2018-02-06 19:52:04 -05:00