From 2975f578defea6467bea12eb03e837a484032905 Mon Sep 17 00:00:00 2001 From: Rafael Zalamena Date: Sun, 28 Jun 2020 18:07:38 -0300 Subject: [PATCH] bfdd: update detect multiplier on profile change Add missing profile update hook for detection multiplier change. Signed-off-by: Rafael Zalamena --- bfdd/bfdd_nb_config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bfdd/bfdd_nb_config.c b/bfdd/bfdd_nb_config.c index de11997d1a..915a2f6419 100644 --- a/bfdd/bfdd_nb_config.c +++ b/bfdd/bfdd_nb_config.c @@ -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; } -- 2.39.5