yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #54396
[Bug 1607699] [NEW] floating ip mangle iptables rules incorrect format
Public bug reported:
the floating IP iptables mangle rules are generated without a prefix on
the source address. IPtables converts this into a /32 so every time the
_apply function is called the iptables_manager thinks it has to delete a
rule (the one with the prefix) and add a rule (the one without the
prefix). This is unnecessary performance overhead in the L3 agent.
** Affects: neutron
Importance: Undecided
Assignee: Kevin Benton (kevinbenton)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Kevin Benton (kevinbenton)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1607699
Title:
floating ip mangle iptables rules incorrect format
Status in neutron:
New
Bug description:
the floating IP iptables mangle rules are generated without a prefix
on the source address. IPtables converts this into a /32 so every time
the _apply function is called the iptables_manager thinks it has to
delete a rule (the one with the prefix) and add a rule (the one
without the prefix). This is unnecessary performance overhead in the
L3 agent.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1607699/+subscriptions
Follow ups