Skip to content
Snippets Groups Projects
Commit 771d65e4 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

`iptrunk` and `iptrunk_migration`: remove QoS from router/interface in Nokia templates.

QoS should not be applied on the router/interface level.
parent f32c9303
No related branches found
No related tags found
1 merge request!274`iptrunk` and `iptrunk_migration`: remove QoS from router/interface in Nokia templates.
Pipeline #94495 passed
......@@ -137,11 +137,6 @@
<prefix-length>{{(local.ipv6_address| split('/'))[1]}}</prefix-length>
</address>
</ipv6>
{% if trunk_version | float < 2.0 %}
<qos>
<network-policy>GEANT_BASIC</network-policy>
</qos>
{% endif %}
</interface>
{# Add new LAG trunk into standard protocols #}
<mpls xmlns="urn:nokia.com:sros:ns:yang:sr:conf" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nokia-attr="urn:nokia.com:sros:ns:yang:sr:attributes">
......
......@@ -101,9 +101,6 @@
<prefix-length>{{ (new_ipv6_address| split('/'))[1] }}</prefix-length>
</address>
</ipv6>
<qos>
<network-policy>GEANT_BASIC</network-policy>
</qos>
</interface>
{# Add new LAG trunk into standard protocols #}
<mpls xmlns="urn:nokia.com:sros:ns:yang:sr:conf" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nokia-attr="urn:nokia.com:sros:ns:yang:sr:attributes">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment