summaryrefslogtreecommitdiff
path: root/lib/zclient.h
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2018-03-07 13:21:14 +0100
committerPhilippe Guibert <philippe.guibert@6wind.com>2018-04-16 14:40:16 +0200
commitd59c13af5ca0913f16eff966baaa01b1531f86e7 (patch)
treea31f413e9be31b70291f87bb0c6955533e683c37 /lib/zclient.h
parent7661461a3a2e8a6c9feb539d41ba4e454fccb037 (diff)
lib: add ZEBRA IPSET defines
ZEBRA IPSET defines are added for creating/deleting ipset contexts. Ans also create ipset hash sets. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'lib/zclient.h')
-rw-r--r--lib/zclient.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/zclient.h b/lib/zclient.h
index a77b1c1f94..3c6e1b3208 100644
--- a/lib/zclient.h
+++ b/lib/zclient.h
@@ -140,6 +140,10 @@ typedef enum {
ZEBRA_TABLE_MANAGER_CONNECT,
ZEBRA_GET_TABLE_CHUNK,
ZEBRA_RELEASE_TABLE_CHUNK,
+ ZEBRA_IPSET_CREATE,
+ ZEBRA_IPSET_DESTROY,
+ ZEBRA_IPSET_ENTRY_ADD,
+ ZEBRA_IPSET_ENTRY_DELETE,
} zebra_message_types_t;
struct redist_proto {