neutron/neutron/agent/linux
rossella 4e9d482405 DHCP agent should check interface is UP before adding route
The DHCP agent should check not only that an interface for
network's DHCP exists but also make sure that is UP before
adding a default route.
For this purpose a method "ensure_device_is_ready" was
added to ip_lib.

Change-Id: I9af06aa0f39634fe7b63c064337cd4191db5c026
Closes-bug: #1302312
2014-04-14 13:57:33 +00:00
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
async_process.py remove unused imports 2014-02-14 12:05:56 +08:00
daemon.py Merge "Change daemon Pidfile class to not use root_helper" 2013-09-19 21:21:12 +00:00
dhcp.py DHCP agent should check interface is UP before adding route 2014-04-14 13:57:33 +00:00
external_process.py Refactor netns.execute so that it is not necessary to check namespace 2014-03-04 16:13:44 +00:00
interface.py Avoid unnecessarily checking the existence of a device 2014-03-04 17:55:53 +00:00
ip_lib.py DHCP agent should check interface is UP before adding route 2014-04-14 13:57:33 +00:00
iptables_firewall.py Permit ICMPv6 RAs only from known routers 2014-04-02 16:24:17 +08:00
iptables_manager.py Fix wrap target in iptables_manager 2014-02-23 22:30:31 +01:00
ovs_lib.py Merge "Use os.uname() instead of calling uname in subprocess" 2014-04-03 07:31:04 +00:00
ovsdb_monitor.py Avoid processing ports which are not yet ready 2014-02-13 15:38:05 -08:00
polling.py Add configurable ovsdb monitor respawn interval 2013-11-20 15:16:27 -06:00
utils.py Use save_and_reraise_exception when reraise exception 2014-02-14 00:15:37 +09:00