diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-09-27 20:43:02 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-09-27 20:43:20 +0200 |
commit | f4732f348ff4b0a9d82ec698f4a8b3c6107f9101 (patch) | |
tree | 2b23bfef00b4bf1d6f1490538ea12158d43e21b0 /src/conf_mode/protocols_bfd.py | |
parent | 0f25b50ea8c0bf4b92a93db9392066d99d354449 (diff) | |
download | vyos-1x-f4732f348ff4b0a9d82ec698f4a8b3c6107f9101.tar.gz vyos-1x-f4732f348ff4b0a9d82ec698f4a8b3c6107f9101.zip |
frr: T2175: rename daemon Jinja2 templates to match (d)aemon suffix
Diffstat (limited to 'src/conf_mode/protocols_bfd.py')
-rwxr-xr-x | src/conf_mode/protocols_bfd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/protocols_bfd.py b/src/conf_mode/protocols_bfd.py index 348bae59f..539fd7b8e 100755 --- a/src/conf_mode/protocols_bfd.py +++ b/src/conf_mode/protocols_bfd.py @@ -92,7 +92,7 @@ def generate(bfd): bfd['new_frr_config'] = '' return None - bfd['new_frr_config'] = render_to_string('frr/bfd.frr.tmpl', bfd) + bfd['new_frr_config'] = render_to_string('frr/bfdd.frr.tmpl', bfd) def apply(bfd): # Save original configuration prior to starting any commit actions |