Commit 479e3333 authored by Mohamad Rahhal's avatar Mohamad Rahhal
Browse files

Merge branch 'feat/365-cttc-new-mikrotik-routeros-sbi-driver-for-l2-evpns' of...

Merge branch 'feat/365-cttc-new-mikrotik-routeros-sbi-driver-for-l2-evpns' of https://labs.etsi.org/rep/tfs/controller into feat/390-cttc-integration-of-spine-leaf-fabric-management
parents 3ab688b5 d4d61b7a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+277 −44

File changed.

Preview size limit exceeded, changes collapsed.