summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-05-24 21:09:55 +0200
committerChristian Poessinger <christian@poessinger.com>2021-05-24 21:10:30 +0200
commitf26ef2a25690826eed4200b219d7f61e8dbf9201 (patch)
treeabaf8d638e535ebd4b797614b84889d32c25cbef /data
parent675fbb281646bc88abc0bea6d393ff17fb7cf92a (diff)
downloadvyos-1x-f26ef2a25690826eed4200b219d7f61e8dbf9201.tar.gz
vyos-1x-f26ef2a25690826eed4200b219d7f61e8dbf9201.zip
isis: T3576: add IPv6 support
Diffstat (limited to 'data')
-rw-r--r--data/templates/frr/isis.frr.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/templates/frr/isis.frr.tmpl b/data/templates/frr/isis.frr.tmpl
index bd7be85f4..1e651898b 100644
--- a/data/templates/frr/isis.frr.tmpl
+++ b/data/templates/frr/isis.frr.tmpl
@@ -141,6 +141,7 @@ router isis VyOS {{ 'vrf ' + vrf if vrf is defined and vrf is not none }}
{% for iface, iface_config in interface.items() %}
interface {{ iface }} {{ 'vrf ' + vrf if vrf is defined and vrf is not none }}
ip router isis VyOS
+ ipv6 router isis VyOS
{% if iface_config.bfd is defined %}
isis bfd
{% endif %}