summaryrefslogtreecommitdiffstats
path: root/ospf6d
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 /ospf6d
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 'ospf6d')
-rw-r--r--ospf6d/ospf6_bfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_bfd.c b/ospf6d/ospf6_bfd.c
index f0500601b..4e7a0050a 100644
--- a/ospf6d/ospf6_bfd.c
+++ b/ospf6d/ospf6_bfd.c
@@ -236,7 +236,7 @@ static int ospf6_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;