summaryrefslogtreecommitdiff
path: root/data/templates/frr/ospf6d.frr.tmpl
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-11-27 10:32:01 +0100
committerChristian Poessinger <christian@poessinger.com>2021-11-27 10:32:01 +0100
commitf20c589da12810d5202b8f6eae262178467b60a4 (patch)
tree70958055cd377b6ddea7ccce2346274b20974d3c /data/templates/frr/ospf6d.frr.tmpl
parent4e35c58c3ff85668797aa2413cd8af72ec29c830 (diff)
downloadvyos-1x-f20c589da12810d5202b8f6eae262178467b60a4.tar.gz
vyos-1x-f20c589da12810d5202b8f6eae262178467b60a4.zip
ospfv3: T3753: adjust to new FRR 8.1 syntax
Diffstat (limited to 'data/templates/frr/ospf6d.frr.tmpl')
-rw-r--r--data/templates/frr/ospf6d.frr.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/templates/frr/ospf6d.frr.tmpl b/data/templates/frr/ospf6d.frr.tmpl
index c6527ed6c..5871b3d7a 100644
--- a/data/templates/frr/ospf6d.frr.tmpl
+++ b/data/templates/frr/ospf6d.frr.tmpl
@@ -41,6 +41,7 @@ interface {{ iface }}
{% if iface_config.passive is defined %}
ipv6 ospf6 passive
{% endif %}
+exit
!
{% endfor %}
{% endif %}
@@ -87,4 +88,5 @@ router ospf6
redistribute {{ protocol }} {{ 'route-map ' + options.route_map if options.route_map is defined }}
{% endfor %}
{% endif %}
+exit
!