]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ip_lib: support creating Linux dummy interface
authorNeil Jerram <Neil.Jerram@metaswitch.com>
Mon, 27 Jul 2015 13:43:18 +0000 (14:43 +0100)
committerNeil Jerram <Neil.Jerram@metaswitch.com>
Fri, 21 Aug 2015 12:20:45 +0000 (13:20 +0100)
commite6708f6d47dc0bfdde3c9ced5066857c695ff717
tree52bac9d8c04afbce35a866434c409cde91d47109
parent976dbe2084e632c8d357ef0611f02a006610d266
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
neutron/agent/linux/ip_lib.py
neutron/tests/functional/agent/linux/test_ip_lib.py
neutron/tests/unit/agent/linux/test_ip_lib.py