Merge pull request #8396 from achernavin22/ospf_fast_hello_show_run

ospfd: fix output of dead-interval in show running
This commit is contained in:
Renato Westphal 2021-04-13 00:14:56 -03:00 committed by GitHub
commit 0a6a5721c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11710,6 +11710,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) {
vty_out(vty, " ip ospf dead-interval ");