]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Refactor process_router method in L3 agent
authorMiguel Lavalle <miguel@mlavalle.com>
Tue, 9 Dec 2014 00:40:25 +0000 (18:40 -0600)
committerCarl Baldwin <carl.baldwin@hp.com>
Thu, 11 Dec 2014 00:07:16 +0000 (00:07 +0000)
commitdb5dda5bef7f989e34b692443f9b82689c509199
tree37f7ceee2c5a23cdc9aeff311677a8880e8e64ac
parentd7c5306360a052201e0d91019ebc5a1062808241
Refactor process_router method in L3 agent

Refactors the process_router method of the L3NATAgent class to several methods
that coherently group functionallity. The aim is to make the code more readable
and maintainable. There is no functional change in this patch.

Partially-Implements: bp restructure-l3-agent

Change-Id: Id35a5f10cd7d2dda565bffb14fc6a2fbd7eef3ea
neutron/agent/l3/agent.py