summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-08-31 19:03:37 +0200
committerGitHub <noreply@github.com>2021-08-31 19:03:37 +0200
commit094a3e1e038da352f8bec433736d84ef73193fc8 (patch)
tree4bea43ba9ae424ac82e8698deab2da464e57ef70
parentMerge pull request #9518 from ton31337/fix/redundand_interface_name_for_peer (diff)
parentospfd: add dead-interval 40 if configured in show running (diff)
downloadfrr-094a3e1e038da352f8bec433736d84ef73193fc8.tar.xz
frr-094a3e1e038da352f8bec433736d84ef73193fc8.zip
Merge pull request #9522 from mobash-rasool/ospfv3-bug-fixes
ospfd: add dead-interval 40 if configured in show running
-rw-r--r--ospfd/ospf_vty.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c
index 715aa896a..515ec28b1 100644
--- a/ospfd/ospf_vty.c
+++ b/ospfd/ospf_vty.c
@@ -11845,9 +11845,7 @@ static int config_write_interface_one(struct vty *vty, struct vrf *vrf)
/* Router Dead Interval print. */
if (OSPF_IF_PARAM_CONFIGURED(params, v_wait)
- && params->is_v_wait_set
- && params->v_wait
- != OSPF_ROUTER_DEAD_INTERVAL_DEFAULT) {
+ && params->is_v_wait_set) {
vty_out(vty, " ip ospf dead-interval ");
/* fast hello ? */