summaryrefslogtreecommitdiff
path: root/data/templates/frr
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-22 17:38:00 +0100
committerChristian Poessinger <christian@poessinger.com>2021-01-22 19:37:26 +0100
commited482498b0baffe0d0c6aecefebb806f09c1f0a7 (patch)
tree80c6c4a99aa35ca7dba49c5036d538246c638e0a /data/templates/frr
parentbb260747096bb5072b0cf78f1ab2ff57cd0f43e8 (diff)
downloadvyos-1x-ed482498b0baffe0d0c6aecefebb806f09c1f0a7.tar.gz
vyos-1x-ed482498b0baffe0d0c6aecefebb806f09c1f0a7.zip
bgp: T1875: update CLI description under protocols and template indention level
Diffstat (limited to 'data/templates/frr')
-rw-r--r--data/templates/frr/bgp.frr.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/templates/frr/bgp.frr.tmpl b/data/templates/frr/bgp.frr.tmpl
index 68731abab..6fe88151f 100644
--- a/data/templates/frr/bgp.frr.tmpl
+++ b/data/templates/frr/bgp.frr.tmpl
@@ -292,8 +292,8 @@ router bgp {{ asn }}
{% if timers is defined and timers.keepalive is defined and timers.holdtime is defined %}
timers bgp {{ timers.keepalive }} {{ timers.holdtime }}
{% endif %}
- !
+!
{% if route_map is defined and route_map is not none %}
- ip protocol bgp route-map {{ route_map }}
+ip protocol bgp route-map {{ route_map }}
{% endif %}
- !
+!