Loading src/device/service/Tools.py +0 −1 Original line number Diff line number Diff line Loading @@ -470,7 +470,6 @@ def compute_rules_to_add_delete( if (key in context_config_rules) and (context_config_rules[key][0] == value): continue resources_to_set.append((key, value)) elif action == ConfigActionEnum.CONFIGACTION_DELETE: if key not in context_config_rules: continue resources_to_delete.append((key, value)) return resources_to_set, resources_to_delete Loading src/device/service/drivers/mikrotik/MikrotikRouterOSDriver.py +277 −44 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
src/device/service/Tools.py +0 −1 Original line number Diff line number Diff line Loading @@ -470,7 +470,6 @@ def compute_rules_to_add_delete( if (key in context_config_rules) and (context_config_rules[key][0] == value): continue resources_to_set.append((key, value)) elif action == ConfigActionEnum.CONFIGACTION_DELETE: if key not in context_config_rules: continue resources_to_delete.append((key, value)) return resources_to_set, resources_to_delete Loading
src/device/service/drivers/mikrotik/MikrotikRouterOSDriver.py +277 −44 File changed.Preview size limit exceeded, changes collapsed. Show changes