From 137c57eb6b26e772304e5f01595d87205037e247 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 6 May 2021 20:03:56 +0200 Subject: vrf: isis: T3523: add route-map support for kernel routes --- data/templates/frr/isis.frr.tmpl | 13 +++++++++---- .../include/isis/protocol-common-config.xml.i | 3 +-- interface-definitions/protocols-isis.xml.in | 1 - 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/data/templates/frr/isis.frr.tmpl b/data/templates/frr/isis.frr.tmpl index c8e11399e..c74ac3101 100644 --- a/data/templates/frr/isis.frr.tmpl +++ b/data/templates/frr/isis.frr.tmpl @@ -1,4 +1,13 @@ ! +{% if vrf is defined and vrf is not none and route_map is defined and route_map is not none %} +vrf {{ vrf }} + ip protocol isis route-map {{ route_map }} + exit-vrf +! +{% elif route_map is defined and route_map is not none %} +ip protocol isis route-map {{ route_map }} +{% endif %} +! router isis VyOS {{ 'vrf ' + vrf if vrf is defined and vrf is not none }} net {{ net }} {% if dynamic_hostname is defined %} @@ -174,7 +183,3 @@ interface {{ iface }} {{ 'vrf ' + vrf if vrf is defined and vrf is not none }} {% endfor %} {% endif %} ! -{% if route_map is defined and route_map is not none %} -ip protocol isis route-map {{ route_map }} -{% endif %} -! diff --git a/interface-definitions/include/isis/protocol-common-config.xml.i b/interface-definitions/include/isis/protocol-common-config.xml.i index caeaa8773..c4a913385 100644 --- a/interface-definitions/include/isis/protocol-common-config.xml.i +++ b/interface-definitions/include/isis/protocol-common-config.xml.i @@ -616,8 +616,6 @@ - Interface params @@ -753,4 +751,5 @@ +#include diff --git a/interface-definitions/protocols-isis.xml.in b/interface-definitions/protocols-isis.xml.in index 073528e20..e0bc47bb9 100644 --- a/interface-definitions/protocols-isis.xml.in +++ b/interface-definitions/protocols-isis.xml.in @@ -9,7 +9,6 @@ #include - #include -- cgit v1.2.3