]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Create a routing table manager
authorCarl Baldwin <carl.baldwin@hpe.com>
Tue, 22 Dec 2015 18:19:15 +0000 (11:19 -0700)
committerCarl Baldwin <carl@ecbaldwin.net>
Fri, 8 Jan 2016 00:36:34 +0000 (00:36 +0000)
commit6a350bf95085e764867e3e63e29ec44a98ec31f6
tree128e244998cebcd2d10ad1fbe4acddf810e51887
parentdc0706b53456b4b8b71fd930f7d56c1c95d41deb
Create a routing table manager

The routing table manager maps address scope ids to routing tables.
It uses the rt_tables file specific to each namespace to maintain the
mapping so that id can simply be used as the table name when running
iproute2 commands.  This will be useful when debugging.

Change-Id: Icd5e98c82a070045a50e0c5d3762906b7e159d3d
Partially-Implements:  blueprint address-scopes
etc/neutron/rootwrap.d/l3.filters
neutron/agent/l3/rt_tables.py [new file with mode: 0644]
neutron/tests/unit/agent/l3/test_rt_tables.py [new file with mode: 0644]