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

Add rtnetlink api's for link creates

Ticket: CM-3346
Reviewed By:
Testing Done:
This commit is contained in:
Roopa Prabhu
2014-10-12 13:50:05 -07:00
parent e57b12e75a
commit e74d01e1b2
10 changed files with 1289 additions and 9 deletions

View File

@@ -386,7 +386,6 @@ class ifaceScheduler():
# if -a is set, we dont really have to sort. We pick the interfaces
# that have no parents and
if not skip_ifacesort:
ifupdownobj.logger.info(indegrees)
sorted_ifacenames = cls.get_sorted_iface_list(ifupdownobj,
ifacenames, ops, dependency_graph,
indegrees)
@@ -409,7 +408,6 @@ class ifaceScheduler():
run_queue.reverse()
# run interface list
ifupdownobj.logger.info('running interfaces: %s' %str(run_queue))
cls.run_iface_list(ifupdownobj, run_queue, ops,
parent=None, order=order,
followdependents=followdependents)