Public bug reported:

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.

** Affects: neutron
     Importance: Undecided
     Assignee: Swaminathan Vasudevan (swaminathan-vasudevan)
         Status: In Progress


** Tags: l3-dvr-backlog

-- 
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:
  In Progress

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to