yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #37244
[Bug 1488747] [NEW] algorithm error in function _modify_rules of iptables_manager.py
Public bug reported:
Reproduce:
1. delete all rules in compute node.
iptables --flush
2. restart neutron-openvswitch-agent, and neutron-openvswitch-agent will try to rebuild all chains and rules. Then a error message can be found in neutron-openvswitch-agent log file, like belows:
Stdout:
Stderr: iptables-restore: line 57 failed
The attachment is input file of iptables-restore. I found 'COMMIT' line
at the middle of 'filter' table, it is illegal format.
** Affects: neutron
Importance: Undecided
Status: New
** Tags: sg-fw
** Attachment added: "iptables restored file"
https://bugs.launchpad.net/bugs/1488747/+attachment/4452445/+files/sg_bug.txt
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1488747
Title:
algorithm error in function _modify_rules of iptables_manager.py
Status in neutron:
New
Bug description:
Reproduce:
1. delete all rules in compute node.
iptables --flush
2. restart neutron-openvswitch-agent, and neutron-openvswitch-agent will try to rebuild all chains and rules. Then a error message can be found in neutron-openvswitch-agent log file, like belows:
Stdout:
Stderr: iptables-restore: line 57 failed
The attachment is input file of iptables-restore. I found 'COMMIT'
line at the middle of 'filter' table, it is illegal format.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1488747/+subscriptions
Follow ups