]> git.proxmox.com Git - mirror_ifupdown2.git/commit
Fix l3 lag test failure
authorroopa <roopa@cumulusnetworks.com>
Thu, 13 Feb 2014 06:29:41 +0000 (22:29 -0800)
committerroopa <roopa@cumulusnetworks.com>
Thu, 13 Feb 2014 06:29:41 +0000 (22:29 -0800)
commitf32151277177de2eb15c35133e3f908ac0dcc47b
tree4078843d2f8623c1f36629efb3046a394756b23a
parente176f1d45918c5a98225a1dd54c6921a57ca171e
Fix l3 lag test failure

Ticket: CM-1438
Reviewed By:
Testing Done: l3 lag test with help from purna

- THe down sequence in the new ifupdown was causing switchd some grief
  (wilson is looking at it). readded the topological sort which i had
removed in favor of only walking the tree. With the fix,i dont see the
switchd problem anymore.
- And another down bug was causing the bond to go away prematurely (only
  with the all depends option). Added a upperdevice list to track upperdev references
pkg/iface.py
pkg/ifupdownbase.py
pkg/ifupdownmain.py
pkg/scheduler.py