parent
d652b2edc0
commit
c43ea83275
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ class NetworkConfig(object):
|
|||
if self._device_os == 'junos':
|
||||
return updates
|
||||
|
||||
diffs = dict()
|
||||
diffs = collections.OrderedDict()
|
||||
for update in updates:
|
||||
if replace == 'block' and update.parents:
|
||||
update = update.parents[-1]
|
||||
|
|
Loading…
Reference in a new issue