Comment 5 for bug 1486649

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

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

commit e6708f6d47dc0bfdde3c9ced5066857c695ff717
Author: Neil Jerram <email address hidden>
Date: Mon Jul 27 14:43:18 2015 +0100

    ip_lib: support creating Linux dummy interface

    This is for use by a DHCP agent interface driver in the
    networking-calico project. networking-calico connects VMs without
    using bridging, so it needs an unbridged DHCP port interface with
    which it can associate the DHCP subnet prefix, and the Linux dummy
    interface (in conjunction with use of Dnsmasq's --bridge-interface
    feature) is suitable for that purpose.

    Partial-Bug: #1486649
    Change-Id: I5485c187bc44bac3c2942c4fc9e5a502912a81a2