From 48cc27d9446abb4dfa5e78a42c591ac553e85d3e Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 26 Dec 2021 10:54:17 +0100 Subject: ospfv3: T4108: add support for auto-cost parameter --- data/templates/frr/ospf6d.frr.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'data/templates') diff --git a/data/templates/frr/ospf6d.frr.tmpl b/data/templates/frr/ospf6d.frr.tmpl index 2e8f3da92..1149e640c 100644 --- a/data/templates/frr/ospf6d.frr.tmpl +++ b/data/templates/frr/ospf6d.frr.tmpl @@ -69,6 +69,7 @@ router ospf6 {{ 'vrf ' + vrf if vrf is defined and vrf is not none }} area {{ area_id }} import-list {{ area_config.import_list }} {% endif %} {% endfor %} + auto-cost reference-bandwidth {{ auto_cost.reference_bandwidth }} {% endif %} {% if distance is defined and distance is not none %} {% if distance.global is defined and distance.global is not none %} -- cgit v1.2.3