]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add netns to support overlapping address ranges
authorMark McClain <mark.mcclain@dreamhost.com>
Fri, 20 Jul 2012 01:37:24 +0000 (21:37 -0400)
committerMark McClain <mark.mcclain@dreamhost.com>
Fri, 10 Aug 2012 16:23:40 +0000 (12:23 -0400)
commit2a2800e993e99f7e5fec9b860a32601adf9e80a5
treef866b829dff7859c46882f91c0ca2bba72a766ca
parent2c1701af1382131e45667d261e1f9a3157b37959
Add netns to support overlapping address ranges

blueprint: dhcp-overlapping-ips

This change uses linux network namespaces to isolate dhcp interfaces so
that tenant network IP address ranges can properly overlap.

Change-Id: Iaa07e7c38d0813d07c3405884e513276e43e2afd
quantum/agent/dhcp_agent.py
quantum/agent/linux/dhcp.py
quantum/agent/linux/interface.py
quantum/tests/unit/test_dhcp_agent.py
quantum/tests/unit/test_linux_dhcp.py
quantum/tests/unit/test_linux_interface.py