Update ipset.c

This commit is contained in:
Dengfeng Liu 2022-02-04 21:14:13 +08:00 committed by GitHub
parent ae5f8e59e1
commit f684599d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,13 +37,14 @@
#define IPSET_ATTR_IPADDR_IPV6 2
#define IPSET_ATTR_PROTOCOL 1
#define IPSET_ATTR_SETNAME 2
#define IPSET_CMD_CREATE 2
#define IPSET_CMD_DESTROY 3
#define IPSET_CMD_FLUSH 4
#define IPSET_CMD_ADD 9
#define IPSET_CMD_DEL 10
#define IPSET_CMD_FLUSH 4
#define IPSET_MAXNAMELEN 32
#define IPSET_PROTOCOL 6
#define IPSET_DIM_ONE 1
#define IPSET_DIM_TWO 2
#ifndef NFNETLINK_V0
#define NFNETLINK_V0 0