summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2020-07-14 11:34:10 -0400
committerGitHub <noreply@github.com>2020-07-14 11:34:10 -0400
commitb86e8befc77b8fd95412fad6dfa9ed9d9e3d4858 (patch)
tree53d0f75801e179f9c9b95d13c826549aacc5c6a2
parent57edbd370e1d0009f1303a229d8aa9245eadb29e (diff)
parent2975f578defea6467bea12eb03e837a484032905 (diff)
Merge pull request #6718 from opensourcerouting/bfd-profile-small-fix
bfdd: update detect multiplier on profile change
-rw-r--r--bfdd/bfdd_nb_config.c1
1 files changed, 1 insertions, 0 deletions
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;
}