Commit b3f541d1 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

NBI component - IETF Network Slice:

- Fixed population of SDP VLAN tag in config rules
parent c1ff4a57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -376,7 +376,7 @@ class IETFSliceHandler:
                'address_prefix': (ADDRESS_PREFIX, RAISE_IF_DIFFERS),
            }
            if vlan_tag is not None:
                endpoint_config_rule_fields['vlan_tag'] = vlan_tag
                endpoint_config_rule_fields['vlan_tag'] = (vlan_tag, RAISE_IF_DIFFERS)
            endpoint_config_rules.append(
                (
                    f"/device[{device_uuid}]/endpoint[{endpoint_uuid}]/settings",