mirror of
https://github.com/liudf0716/apfree_wifidog.git
synced 2025-01-09 04:19:10 +08:00
Update ipset.c
This commit is contained in:
parent
ae5f8e59e1
commit
f684599d60
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user