]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove references to 0.0.0.0/0 in iptable rules
authorvijaychundury <vchundur@redhat.com>
Wed, 4 Mar 2015 13:41:14 +0000 (13:41 +0000)
committervijaychundury <vchundur@redhat.com>
Thu, 5 Mar 2015 15:25:09 +0000 (15:25 +0000)
commitdeaa70bd75352f6c1974a01bc971086912c74e9e
treeb2a53416b644b77963cf6b7730f31d172501417d
parent5d85b396dd1499fd38705ef7505ec68a3d00f707
Remove references to 0.0.0.0/0 in iptable rules

Iptables removes 0.0.0.0/0 as rule source (-s) because any packet
matches the filter. Based on the discussion in the patch [1],
references to 0.0.0.0/0 are removed in the current patch.

[1] https://review.openstack.org/#/c/160782/

Closes-Bug: #1428127
Change-Id: I8cd96438ef21edfd75483eec3ebfebcee24a8300
neutron/agent/metadata/driver.py
neutron/tests/unit/agent/metadata/test_driver.py