neutron/neutron/tests/unit/agent
Swaminathan Vasudevan 158f9eabe2 Static routes not added to qrouter namespace for DVR
Today static routes are added to the SNAT namespace
for DVR routers. But they are not added to the qrouter
namespace.

Also while configuring the static routes to SNAT
namespace, the router is not checked for the existence
of the gateway.

When routes are added to a router without a gateway the
routes are only configured in the router namespace, but
when a gateway is set later, those routes have to be
populated in the snat_namespace as well.

This patch addresses the above mentioned issues.

Closes-Bug: #1499785
Closes-Bug: #1499787

Change-Id: I37e0d0d723fcc727faa09028045b776957c75a82
2016-01-13 18:57:35 +00:00
..
common Remove MidonetInterfaceDriver 2015-11-10 16:09:52 +09:00
dhcp Merge "Remove deprecated use_namespaces option" 2015-11-19 14:45:43 +00:00
l2 Fixed a bunch of typos throughout Neutron 2015-10-30 08:54:41 -05:00
l3 Static routes not added to qrouter namespace for DVR 2016-01-13 18:57:35 +00:00
linux Merge "Correct return values for bridge sysctl calls" 2015-12-21 12:55:36 +00:00
metadata Remove deprecated use_namespaces option 2015-11-18 19:17:29 +01:00
ovsdb ovsdb: attempt to enable connection_uri for native impl on startup 2015-06-25 10:09:42 +02:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_rpc.py Deprecate new= argument from create_connection 2015-11-06 13:27:37 +01:00
test_securitygroups_rpc.py Add abstractmethod to FirewallDriver abstract class 2015-12-21 10:31:25 +01:00