]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove dead code _arp_spoofing_rule()
authorAaron Rosen <aaronorosen@gmail.com>
Fri, 6 Dec 2013 19:12:33 +0000 (11:12 -0800)
committerAaron Rosen <aaronorosen@gmail.com>
Fri, 6 Dec 2013 19:16:10 +0000 (11:16 -0800)
commitb67b20832a5bfccd1bbf8d1e63ebcd7061856881
treea8bfe95ff4b5d193c18ae4e68d8edb8bf22be5bb
parentd66163b772a70e8ba438d02100da303363599bd0
Remove dead code _arp_spoofing_rule()

This code should have been removed when the allowed_address_pair
extension was added here (0efce6195fa7be80e110bd841dc9b3537a94c376).
The arp spoofing rules are handled in the method _setup_spoof_filter_chain().

Reported by: Amir Sadoughi that this was crud I left behind :)

Change-Id: Ib0e2e2a5c13fb8fa7af1f988510143f40ac335e2
Closes-bug: #1258629
neutron/agent/linux/iptables_firewall.py