Skip to content
Snippets Groups Projects

Bring back QoS to router/interface level for trunks v1.0

Merged Aleksandr Kurbatov requested to merge fix/trunk-v1.0-templates into develop
2 files
+ 10
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -137,6 +137,11 @@
<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">
Loading