diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/vyos/frrender.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/vyos/frrender.py b/python/vyos/frrender.py index fe5dab332..b8b6435f1 100644 --- a/python/vyos/frrender.py +++ b/python/vyos/frrender.py @@ -255,6 +255,8 @@ def get_frrender_dict(conf, argv=None) -> dict: no_tag_node_value_mangle=True, with_recursive_defaults=True) dict.update({'bfd' : bfd}) + elif conf.exists_effective(bfd_cli_path): + dict.update({'bfd' : {'deleted' : ''}}) # We need to check the CLI if the BGP node is present and thus load in all the default # values present on the CLI - that's why we have if conf.exists() |
