yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13416
[Bug 1304947] [NEW] Linux iptables agent can't remove rules with tags
Public bug reported:
The current iptables_manager does not support a tag parameter in the
remove_rule method [1]. This means that it cannot remove any rules that
use tags because it uses the remove() method using a constructed rule
without the tag[2], which would never match a rule with a tag.
1.
https://github.com/openstack/neutron/blob/661fc106f6b86da1ff6b82ce9cf4e6d21c077dfb/neutron/agent/linux/iptables_manager.py#L210
2.
https://github.com/openstack/neutron/blob/661fc106f6b86da1ff6b82ce9cf4e6d21c077dfb/neutron/agent/linux/iptables_manager.py#L227
** Affects: neutron
Importance: Undecided
Status: Invalid
** Changed in: neutron
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1304947
Title:
Linux iptables agent can't remove rules with tags
Status in OpenStack Neutron (virtual network service):
Invalid
Bug description:
The current iptables_manager does not support a tag parameter in the
remove_rule method [1]. This means that it cannot remove any rules
that use tags because it uses the remove() method using a constructed
rule without the tag[2], which would never match a rule with a tag.
1. https://github.com/openstack/neutron/blob/661fc106f6b86da1ff6b82ce9cf4e6d21c077dfb/neutron/agent/linux/iptables_manager.py#L210
2.
https://github.com/openstack/neutron/blob/661fc106f6b86da1ff6b82ce9cf4e6d21c077dfb/neutron/agent/linux/iptables_manager.py#L227
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1304947/+subscriptions
Follow ups
References