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:
@ -527,7 +527,7 @@ class ifaceScheduler():
|
|||||||
cls.run_iface_list(ifupdownobj, run_queue, ops,
|
cls.run_iface_list(ifupdownobj, run_queue, ops,
|
||||||
parent=None, order=order,
|
parent=None, order=order,
|
||||||
followdependents=followdependents)
|
followdependents=followdependents)
|
||||||
if cls._SCHED_STATUS:
|
if not cls._SCHED_STATUS:
|
||||||
return
|
return
|
||||||
|
|
||||||
if (not skipupperifaces and
|
if (not skipupperifaces and
|
||||||
|
Reference in New Issue
Block a user