← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1512450] Re: L3 agent: optimize operations when deleting a tenant router

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1512450

Title:
  L3 agent: optimize operations when deleting a tenant router

Status in neutron:
  Fix Released

Bug description:
  Branch: master

  When deleting a tenant router, the reference l3 agent performs the following operations from within the qrouter namespace:
  iptables-save
  iptables-restore
  ip6tables-save
  find on /sys/class/net
  find on /sys/class/net
  iptables-save
  ip6tables-save
  find on /sys/class/net

  Lastly, the qrouter namespace is removed, which begs the question of
  why the above operations are performed - can they be optimized away?

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1512450/+subscriptions


References