Comment 20 for bug 1483315

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/221983
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=051ff13771026b015c893a19a89654bf2ca4d018
Submitter: Jenkins
Branch: master

commit 051ff13771026b015c893a19a89654bf2ca4d018
Author: Kevin Benton <email address hidden>
Date: Wed Sep 2 07:04:55 2015 -0700

    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