]> git.proxmox.com Git - mirror_ifupdown2.git/commit
scheduler: do not propagate upperiface bring up error state
authorRoopa Prabhu <roopa@cumulusnetworks.com>
Thu, 24 Mar 2016 05:24:30 +0000 (22:24 -0700)
committerRoopa Prabhu <roopa@cumulusnetworks.com>
Thu, 24 Mar 2016 05:24:30 +0000 (22:24 -0700)
commit892c495ea848cb044861151cb949a41864bf54bf
tree8ba0acc1c0dec1f6c6d17f50a22bee11f3df2c21
parentf1c924826780f3f01e3301f5306fc70f225af887
scheduler: do not propagate upperiface bring up error state

Ticket: CM-10016
Reviewed By:
Testing Done: Tested with the upperiface bring up case described in
CM-10016

upperiface bringup is best effort and does not imply that the current
interface bring up has an error. It only means that the upperiface may
be in an incomplete state. Hence this patch resets scheduler error state
before returning from upperiface bringup.
ifupdown/scheduler.py