mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 18:48:14 +00:00
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:
commit
0a6a5721c6
@ -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 ");
|
||||
|
Loading…
Reference in New Issue
Block a user