Merge pull request #9522 from mobash-rasool/ospfv3-bug-fixes

ospfd: add dead-interval 40 if configured in show running
This commit is contained in:
Igor Ryzhov 2021-08-31 20:03:37 +03:00 committed by GitHub
commit 094a3e1e03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ? */