From ed482498b0baffe0d0c6aecefebb806f09c1f0a7 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 22 Jan 2021 17:38:00 +0100 Subject: bgp: T1875: update CLI description under protocols and template indention level --- data/templates/frr/bgp.frr.tmpl | 6 +++--- interface-definitions/protocols-bgp.xml.in | 2 +- 2 files changed, 4 insertions(+), 4 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 %} - ! +! diff --git a/interface-definitions/protocols-bgp.xml.in b/interface-definitions/protocols-bgp.xml.in index 12437128c..ea879a321 100644 --- a/interface-definitions/protocols-bgp.xml.in +++ b/interface-definitions/protocols-bgp.xml.in @@ -5,7 +5,7 @@ - Border Gateway Protocol (BGP) parameters + Border Gateway Protocol (BGP) u32:1-4294967294 AS number -- cgit v1.2.3