Commit d4d61b7a authored by Mohamad Rahhal's avatar Mohamad Rahhal
Browse files

MikrotikDriver:

- Support EVPN-Vxlan
- Configure device when onboarding descriptor
parent 93f0c777
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.