summaryrefslogtreecommitdiffstats
path: root/pimd
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@users.noreply.github.com>2019-10-29 16:12:27 +0100
committerGitHub <noreply@github.com>2019-10-29 16:12:27 +0100
commit37cdb6e91dd8410bb884c15a818a37775e9cd135 (patch)
treea3dfd4ab29c70ddb3e2713d7b723a71bcc4115da /pimd
parentMerge pull request #5240 from donaldsharp/zebra_nhg_sa (diff)
parentbfdd: Handling local and remote admin-down (diff)
downloadfrr-37cdb6e91dd8410bb884c15a818a37775e9cd135.tar.xz
frr-37cdb6e91dd8410bb884c15a818a37775e9cd135.zip
Merge pull request #5197 from SumitAgarwal123/BFD_ADMIN_DOWN
bfdd: Handling local and remote admin-down
Diffstat (limited to 'pimd')
-rw-r--r--pimd/pim_bfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_bfd.c b/pimd/pim_bfd.c
index 87d0f9fa2..01a798085 100644
--- a/pimd/pim_bfd.c
+++ b/pimd/pim_bfd.c
@@ -270,7 +270,7 @@ static int pim_bfd_interface_dest_update(ZAPI_CALLBACK_ARGS)
continue;
}
old_status = bfd_info->status;
- bfd_info->status = status;
+ BFD_SET_CLIENT_STATUS(bfd_info->status, status);
monotime(&tv);
bfd_info->last_update = tv.tv_sec;