diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-05-17 15:59:53 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-05-17 15:59:53 +0200 |
commit | 2411cf35b3cf8a4b11a714ff426e98bc1872e3c3 (patch) | |
tree | 9252b85867c15f1fa208b56d2bfbf40726508e81 /src/conf_mode/protocols_bfd.py | |
parent | 7ba82de32e258c9e41ba69471d35d2dd28aa044b (diff) | |
download | vyos-1x-2411cf35b3cf8a4b11a714ff426e98bc1872e3c3.tar.gz vyos-1x-2411cf35b3cf8a4b11a714ff426e98bc1872e3c3.zip |
frr: combine all templates in frr directory
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 ed8c3637b..d6577579e 100755 --- a/src/conf_mode/protocols_bfd.py +++ b/src/conf_mode/protocols_bfd.py @@ -190,7 +190,7 @@ def generate(bfd): if bfd is None: return None - render(config_file, 'frr-bfd/bfd.frr.tmpl', bfd) + render(config_file, 'frr/bfd.frr.tmpl', bfd) return None def apply(bfd): |