summaryrefslogtreecommitdiff
path: root/data/templates/frr
diff options
context:
space:
mode:
authorYuxiang Zhu <vfreex@gmail.com>2023-01-07 17:15:33 +0800
committerYuxiang Zhu <vfreex@gmail.com>2023-01-07 20:02:27 +0800
commitd281cf5a26a5bb73eff432307dde3d5a263f5045 (patch)
tree2331e4eaf311cdf99b0d247479d014ad1b7e9168 /data/templates/frr
parent662bae181cdff07a2472d7121d18ae37d380e062 (diff)
downloadvyos-1x-d281cf5a26a5bb73eff432307dde3d5a263f5045.tar.gz
vyos-1x-d281cf5a26a5bb73eff432307dde3d5a263f5045.zip
T4920: ospf: Fix `passive-interface default` option
`passive_interface` is a leaf node. Also adds a smoketest.
Diffstat (limited to 'data/templates/frr')
-rw-r--r--data/templates/frr/ospfd.frr.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/frr/ospfd.frr.j2 b/data/templates/frr/ospfd.frr.j2
index 882ec8f97..0baff2d72 100644
--- a/data/templates/frr/ospfd.frr.j2
+++ b/data/templates/frr/ospfd.frr.j2
@@ -170,7 +170,7 @@ router ospf {{ 'vrf ' ~ vrf if vrf is vyos_defined }}
{% if parameters.router_id is vyos_defined %}
ospf router-id {{ parameters.router_id }}
{% endif %}
-{% if passive_interface.default is vyos_defined %}
+{% if passive_interface is vyos_defined('default') %}
passive-interface default
{% endif %}
{% if redistribute is vyos_defined %}