summaryrefslogtreecommitdiffstats
path: root/bfdd/bfd.h
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 /bfdd/bfd.h
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 'bfdd/bfd.h')
-rw-r--r--bfdd/bfd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfdd/bfd.h b/bfdd/bfd.h
index a9c8bd183..815b0aec2 100644
--- a/bfdd/bfd.h
+++ b/bfdd/bfd.h
@@ -365,7 +365,7 @@ TAILQ_HEAD(bcslist, bfd_control_socket);
int control_init(const char *path);
void control_shutdown(void);
-int control_notify(struct bfd_session *bs);
+int control_notify(struct bfd_session *bs, uint8_t notify_state);
int control_notify_config(const char *op, struct bfd_session *bs);
int control_accept(struct thread *t);
@@ -628,7 +628,7 @@ void bfdd_sessions_enable_vrf(struct vrf *vrf);
void bfdd_sessions_disable_vrf(struct vrf *vrf);
void bfd_session_update_vrf_name(struct bfd_session *bs, struct vrf *vrf);
-int ptm_bfd_notify(struct bfd_session *bs);
+int ptm_bfd_notify(struct bfd_session *bs, uint8_t notify_state);
/*