summaryrefslogtreecommitdiff
path: root/data/templates/frr
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
commita54c9ccc02638b569994b629d5f67ffe32c92167 (patch)
treea0a74b8b7278ace1b4790c613ac41b4e6b2cdef1 /data/templates/frr
parent72472b84b065005b05d134456e442073f07badf5 (diff)
downloadvyos-1x-a54c9ccc02638b569994b629d5f67ffe32c92167.tar.gz
vyos-1x-a54c9ccc02638b569994b629d5f67ffe32c92167.zip
bfd: T3753: adjust to CLI options new in FRR 8.0
Diffstat (limited to 'data/templates/frr')
-rw-r--r--data/templates/frr/bfdd.frr.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/templates/frr/bfdd.frr.tmpl b/data/templates/frr/bfdd.frr.tmpl
index c7528570f..3fb1f47d6 100644
--- a/data/templates/frr/bfdd.frr.tmpl
+++ b/data/templates/frr/bfdd.frr.tmpl
@@ -7,7 +7,8 @@ bfd
receive-interval {{ profile_config.interval.receive }}
transmit-interval {{ profile_config.interval.transmit }}
{% if profile_config.interval['echo-interval'] is defined and profile_config.interval['echo-interval'] is not none %}
- echo-interval {{ profile_config.interval['echo-interval'] }}
+ echo transmit-interval {{ profile_config.interval['echo-interval'] }}
+ echo receive-interval {{ profile_config.interval['echo-interval'] }}
{% endif %}
{% if profile_config['echo-mode'] is defined %}
echo-mode