Comment 5 for bug 1447242

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

Reviewed: https://review.openstack.org/176429
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=927399c011409b7d152b7670b896f15eee7d0db3
Submitter: Jenkins
Branch: master

commit 927399c011409b7d152b7670b896f15eee7d0db3
Author: Kevin Benton <email address hidden>
Date: Tue Apr 21 02:01:39 2015 -0700

    Block allowed address pairs on other tenants' net

    Don't allow tenants to use the allowed address pairs extension
    when they are attaching a port to a network that does not belong
    to them.

    This is done because allowed address pairs can allow things like
    ARP spoofing and all tenants attached to a shared network might not
    implicitly trust each other.

    Change-Id: Ie6c3e8ad04103804e40f2b043202387385e62ca5
    Closes-Bug: #1447242