summaryrefslogtreecommitdiffstats
path: root/lib/zclient.h
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@opensourcerouting.org>2018-06-27 18:40:50 +0200
committerRafael Zalamena <rzalamena@opensourcerouting.org>2018-08-08 23:25:04 +0200
commitd3af6147a1fce0a72e4a890b4526b122761e8555 (patch)
tree3f98d12741a9af0bb476d87f5e84bc41e7e1f381 /lib/zclient.h
parentbfdd: add vty shell commands (diff)
downloadfrr-d3af6147a1fce0a72e4a890b4526b122761e8555.tar.xz
frr-d3af6147a1fce0a72e4a890b4526b122761e8555.zip
bfdd: re-route PTM-BFD daemon messages
When `bfdd` is enabled - which it is by default - re-route the PTM-BFD messages to the FRR's internal BFD daemon instead of the external PTM daemon. This will help the migration of BFD implementations and avoid duplicating code. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'lib/zclient.h')
-rw-r--r--lib/zclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/zclient.h b/lib/zclient.h
index 49419b3df..962b1707c 100644
--- a/lib/zclient.h
+++ b/lib/zclient.h
@@ -108,6 +108,7 @@ typedef enum {
ZEBRA_VRF_LABEL,
ZEBRA_INTERFACE_VRF_UPDATE,
ZEBRA_BFD_CLIENT_REGISTER,
+ ZEBRA_BFD_CLIENT_DEREGISTER,
ZEBRA_INTERFACE_ENABLE_RADV,
ZEBRA_INTERFACE_DISABLE_RADV,
ZEBRA_IPV4_NEXTHOP_LOOKUP_MRIB,