summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-11-27 10:32:01 +0100
committerChristian Poessinger <christian@poessinger.com>2021-11-27 10:32:01 +0100
commit4e35c58c3ff85668797aa2413cd8af72ec29c830 (patch)
tree4ad8086274d5d7908dca92ea7a2fbc5a7fd55094 /data
parenta6dcf706f925c11b3de4666fa2264c2d13863f12 (diff)
downloadvyos-1x-4e35c58c3ff85668797aa2413cd8af72ec29c830.tar.gz
vyos-1x-4e35c58c3ff85668797aa2413cd8af72ec29c830.zip
bgp: T3753: adjust to new FRR 8.1 syntax
Diffstat (limited to 'data')
-rw-r--r--data/templates/frr/bgpd.frr.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/data/templates/frr/bgpd.frr.tmpl b/data/templates/frr/bgpd.frr.tmpl
index 61936bb56..fbdbafd6e 100644
--- a/data/templates/frr/bgpd.frr.tmpl
+++ b/data/templates/frr/bgpd.frr.tmpl
@@ -524,5 +524,4 @@ router bgp {{ local_as }} {{ 'vrf ' ~ vrf if vrf is defined and vrf is not none
{% if timers is defined and timers.keepalive is defined and timers.holdtime is defined %}
timers bgp {{ timers.keepalive }} {{ timers.holdtime }}
{% endif %}
- end
-! \ No newline at end of file
+exit \ No newline at end of file