]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fixes order of route entries.
authorGary Kotton <gkotton@redhat.com>
Mon, 26 Nov 2012 17:07:12 +0000 (17:07 +0000)
committerGary Kotton <gkotton@redhat.com>
Tue, 27 Nov 2012 19:52:53 +0000 (19:52 +0000)
commit30d6c8e7d4cde542942719f0ca46fe05ac262791
tree39f017be21e7472f17ce56ba7e8f619ffafae0b2
parent78eb1a0d53f099e42e1ffb370da8561a0c5d35bb
Fixes order of route entries.

Fixes bug 1083238

This patch makes sure that a route entry for dnsmasq is placed first
before any others (for example the l3-agent one). This makes DHCP work
when network namespaces are disabled.

Change-Id: I241a8e30127d614f7582e10d999521f6486e5255
quantum/agent/dhcp_agent.py
quantum/agent/linux/ip_lib.py
quantum/tests/unit/test_linux_ip_lib.py