Comment 6 for bug 1318104

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/icehouse)

Reviewed: https://review.openstack.org/190826
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=74295ed4d0295687919f00b2085893b57a4310f0
Submitter: Jenkins
Branch: stable/icehouse

commit 74295ed4d0295687919f00b2085893b57a4310f0
Author: Vishvananda Ishaya <email address hidden>
Date: Fri May 9 18:03:48 2014 -0700

    Use ebtables to isolate dhcp traffic

    Iptables doesn't properly block the broadcast traffic crossing
    the bridge, so use ebtables instead. Removes test which is no
    longer valid since we are not using iptables anymore.

    Conflicts:
            nova/tests/network/test_linux_net.py

    Change-Id: I43e5f1fe9512dd3ec9595c7203bc46837cef3cad
    Closes-Bug: #1318104
    (cherry picked from commit 1236b09076cca3b4b16538b055e52edde5a4feea)