From d59c13af5ca0913f16eff966baaa01b1531f86e7 Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Wed, 7 Mar 2018 13:21:14 +0100 Subject: 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 --- lib/zclient.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/zclient.h') 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 { -- cgit v1.2.3