yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #48452
[Bug 1499045] Re: get_snat_port_for_internal_port called twice when an interface is added or removed by the l3 agent in the case of DVR routers.
** Changed in: neutron
Status: In Progress => Opinion
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1499045
Title:
get_snat_port_for_internal_port called twice when an interface is
added or removed by the l3 agent in the case of DVR routers.
Status in neutron:
Opinion
Bug description:
get_snat_port_for_internal_port retrieves the internal snat port created for each router interface added to a DVR router.
But this function is called twice in the L3 agent code.
for every interface add or delete to the router, it is called by the
'dvr_local_router.py' and again it is called by the
'dvr_edge_router.py'.
This can be reduced to a single call to improve the controll plane
performance.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1499045/+subscriptions
References