]> git.proxmox.com Git - mirror_ifupdown2.git/commit - ifupdown2/ifupdown/scheduler.py
Fix upperiface check when ifdown is run with -a
authorRoopa Prabhu <roopa@cumulusnetworks.com>
Fri, 13 Jun 2014 13:08:40 +0000 (06:08 -0700)
committerRoopa Prabhu <roopa@cumulusnetworks.com>
Wed, 16 Jul 2014 19:02:38 +0000 (12:02 -0700)
commit33e106daff4d169198ae772a1a8c720bb7b7f8ce
tree276a219ff3315d1a3f82458c50fcccf7023c31ef
parent1b0b81a23ffc3ad99a17d4197946e11f2ab1ec7c
Fix upperiface check when ifdown is run with -a

Ticket: CM-3007
Reviewed By: shm + patch was pasted in the bug for review
Testing Done: ran precommit + maliks test + malik ran his test on his
box

When -a is specified ifupdown2 works on all interfaces and since the the
upperiface check is a bit expensive i had a "skip" on that.
And so far all the user commands i have seen only work on the $IFACE and
not its dependents. So, never hit this case.
pkg/scheduler.py