diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-25 21:20:30 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-25 21:20:30 +0200 |
commit | e4db4a23ff94a77bb62a40580018d4c884a13e12 (patch) | |
tree | 352dbed4314a14164591d3ded2691df6695b96c1 /data/templates/frr/route-map.frr.tmpl | |
parent | fed29e7df1abee6eb5bec38ae9b6cff03579a5d6 (diff) | |
download | vyos-1x-e4db4a23ff94a77bb62a40580018d4c884a13e12.tar.gz vyos-1x-e4db4a23ff94a77bb62a40580018d4c884a13e12.zip |
isis: T3779: backport entire 1.4 (current) featureset
As IS-IS is a new feature and the CLI configuration changed from 1.3 -> 1.4
(required by T3417) it makes sense to synchronize the CLI configuration for
both versions. This means backporting the CLI from 1.4 -> 1.3 to not confuse
the userbase already with a brand new feature.
As 1.3.0-epa1 is on the way and should not contain any CLI changes afterwards,
this is the perfect time.
Diffstat (limited to 'data/templates/frr/route-map.frr.tmpl')
-rw-r--r-- | data/templates/frr/route-map.frr.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/templates/frr/route-map.frr.tmpl b/data/templates/frr/route-map.frr.tmpl new file mode 100644 index 000000000..6b33cc126 --- /dev/null +++ b/data/templates/frr/route-map.frr.tmpl @@ -0,0 +1,5 @@ +! +{% if route_map is defined and route_map is not none %} +ip protocol {{ protocol }} route-map {{ route_map }} +{% endif %} +! |