]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Don't setup ARP protection on LB for network ports
authorKevin Benton <blak111@gmail.com>
Wed, 2 Sep 2015 14:04:55 +0000 (07:04 -0700)
committerKevin Benton <blak111@gmail.com>
Thu, 3 Sep 2015 09:59:54 +0000 (02:59 -0700)
commit051ff13771026b015c893a19a89654bf2ca4d018
tree9b1b4b9d79f652e32b8d9d656bc91d4cd161485d
parentd91f6ee9118b998641dadf2626f1e8bea1801ac7
Don't setup ARP protection on LB for network ports

Skip adding ARP spoofing protection on Linux bridge ports
with a device_owner field starting with 'network:'. This is
already the case for the other iptables-based spoofing
protection and is necessary for floating IPs to function
correctly on router gateway ports.

Change-Id: If53733fb3060e5ab44bac5388f42bdc384bcdb93
Closes-Bug: #1483315
neutron/plugins/ml2/drivers/linuxbridge/agent/arp_protect.py
neutron/tests/functional/agent/linux/test_linuxbridge_arp_protect.py