1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

scheduler: fix incorrect check of SCHED_STATUS

Ticket: CM-9993
Reviewed By: julien
Testing Done: Tested with interfaces file and steps described in the CM

Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
This commit is contained in:
Roopa Prabhu
2016-03-22 14:11:23 -07:00
parent 16e30aab93
commit b5c2f02ff7

View File

@ -527,7 +527,7 @@ class ifaceScheduler():
cls.run_iface_list(ifupdownobj, run_queue, ops,
parent=None, order=order,
followdependents=followdependents)
if cls._SCHED_STATUS:
if not cls._SCHED_STATUS:
return
if (not skipupperifaces and