summaryrefslogtreecommitdiff
path: root/lib/zclient.h
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2019-12-16 13:32:28 +0100
committerPhilippe Guibert <philippe.guibert@6wind.com>2021-04-09 18:29:58 +0200
commit451e2b8c7e5c4839ad8c69ababf1940d68cf3ec9 (patch)
tree6944e7778b8ec0f82a6eb20fbde83045201710a5 /lib/zclient.h
parent05657ec2b78911e4b7bae3692fa27cd81945ad73 (diff)
lib: add api to configure neighbor table per interface
this api is needed for nhrp. the goal is to implement it in zebra, while other daemon will used it. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
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 8d531c53fa..119194ac29 100644
--- a/lib/zclient.h
+++ b/lib/zclient.h
@@ -230,6 +230,7 @@ typedef enum {
ZEBRA_NHRP_NEIGH_UNREGISTER,
ZEBRA_NEIGH_ADD,
ZEBRA_NEIGH_DEL,
+ ZEBRA_CONFIGURE_ARP,
} zebra_message_types_t;
enum zebra_error_types {