mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
More fixes and cleanup
Ticket: CM-1438 Reviewed By: Testing Done:
This commit is contained in:
@@ -70,8 +70,8 @@ class stateManager():
|
||||
# Read all ifaces from file
|
||||
for ifaceobj in pickling.load(pickle_filename):
|
||||
self.save_ifaceobj(ifaceobj)
|
||||
ifaceobj.set_refcnt(0)
|
||||
ifaceobj.set_dependents(None)
|
||||
#ifaceobj.set_refcnt(0)
|
||||
#ifaceobj.set_dependents(None)
|
||||
|
||||
return 0
|
||||
|
||||
|
Reference in New Issue
Block a user