mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 04:36:45 +00:00
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:
commit
094a3e1e03
@ -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 ? */
|
||||
|
Loading…
Reference in New Issue
Block a user