mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 03:27:25 +00:00
bfdd: update detect multiplier on profile change
Add missing profile update hook for detection multiplier change. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
This commit is contained in:
parent
ab05b7f6bd
commit
2975f578de
@ -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