From 3cb84afe3a6b9f22a35e0a887f7ca350644d6c8a Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 21 Mar 2021 11:35:21 +0100 Subject: isis: T3417: move from cli tagNode to node As there can only be one running IS-IS process (FRR limitation) there is no need in having a tagNode here. This adds artifical restrictions/limitations when moving on to support VRFs for IS-IS protocol. --- data/templates/frr/isis.frr.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/templates/frr/isis.frr.tmpl b/data/templates/frr/isis.frr.tmpl index 4460ab3b5..d4500403c 100644 --- a/data/templates/frr/isis.frr.tmpl +++ b/data/templates/frr/isis.frr.tmpl @@ -1,5 +1,5 @@ ! -router isis {{ process }} +router isis {{ domain }} net {{ net }} {% if dynamic_hostname is defined %} hostname dynamic @@ -134,7 +134,7 @@ router isis {{ process }} {% if interface is defined and interface is not none %} {% for iface, iface_config in interface.items() %} interface {{ iface }} - ip router isis {{ process }} + ip router isis {{ domain }} {% if iface_config.bfd is defined %} isis bfd {% endif %} -- cgit v1.2.3