summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-09-26 11:08:57 +0200
committerChristian Poessinger <christian@poessinger.com>2021-09-26 11:08:57 +0200
commit289a495c8f45322d58bd849aa8aca48cf0210b03 (patch)
tree846f2472422ee69ce6b1f9800347db79116c19df /data
parent0ee26592772a14e829d9d1f8e64f9db875f31a63 (diff)
downloadvyos-1x-289a495c8f45322d58bd849aa8aca48cf0210b03.tar.gz
vyos-1x-289a495c8f45322d58bd849aa8aca48cf0210b03.zip
ospfv3: T3859: add "log-adjacency-changes" CLI command
Diffstat (limited to 'data')
-rw-r--r--data/templates/frr/ospf6d.frr.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/frr/ospf6d.frr.tmpl b/data/templates/frr/ospf6d.frr.tmpl
index 0026c0d2c..a8c53738f 100644
--- a/data/templates/frr/ospf6d.frr.tmpl
+++ b/data/templates/frr/ospf6d.frr.tmpl
@@ -76,6 +76,9 @@ router ospf6
distance ospf6 {{ 'intra-area ' + distance.ospfv3.intra_area if distance.ospfv3.intra_area is defined }} {{ 'inter-area ' + distance.ospfv3.inter_area if distance.ospfv3.inter_area is defined }} {{ 'external ' + distance.ospfv3.external if distance.ospfv3.external is defined }}
{% endif %}
{% endif %}
+{% if log_adjacency_changes is defined %}
+ log-adjacency-changes {{ "detail" if log_adjacency_changes.detail is defined }}
+{% endif %}
{% if parameters is defined and parameters is not none %}
{% if parameters.router_id is defined and parameters.router_id is not none %}
ospf6 router-id {{ parameters.router_id }}