mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 20:13:53 +00:00
Merge pull request #6718 from opensourcerouting/bfd-profile-small-fix
bfdd: update detect multiplier on profile change
This commit is contained in:
commit
b86e8befc7
@ -257,6 +257,7 @@ int bfdd_bfd_profile_detection_multiplier_modify(struct nb_cb_modify_args *args)
|
||||
|
||||
bp = nb_running_get_entry(args->dnode, NULL, true);
|
||||
bp->detection_multiplier = yang_dnode_get_uint8(args->dnode, NULL);
|
||||
bfd_profile_update(bp);
|
||||
|
||||
return NB_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user