Commit 3c69f630 authored by Pablo Armingol's avatar Pablo Armingol
Browse files

L3VPN bugs fixed

parent 5e4cdc8e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -352,8 +352,8 @@ class RequestGenerator:
                        'vlan_id'            : vlan_id,
                        'address_ip'         : dst_address_ip,
                        'address_prefix'     : 16,
                        'policy_AZ'           : policy_AZ,
                        'policy_ZA'           : policy_ZA,
                        'policy_ZA'           : policy_AZ,
                        'policy_AZ'           : policy_ZA,
                    }),
            ]
            return json_service_l3nm_planned(
+1 −1
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@ def teardown_config_rules(

        #Delete interface; automatically deletes:
        # - /interface[]/subinterface[]
        json_config_rule_delete('/interface[{:s}]'.format(if_subif_name),
        json_config_rule_delete('/interface[{:s}]/subinterface[0]'.format(if_subif_name),
        {
            'name': if_subif_name,
        }),