mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-20 11:34:57 +02:00
ipset: upgrade to ipset 2.4.5
This commit is contained in:
@@ -68,10 +68,11 @@ enum set_commands {
|
||||
CMD_ADT_GET,
|
||||
};
|
||||
|
||||
/* Exit codes */
|
||||
#define OTHER_PROBLEM 1
|
||||
#define PARAMETER_PROBLEM 2
|
||||
#define VERSION_PROBLEM 3
|
||||
enum exittype {
|
||||
OTHER_PROBLEM = 1,
|
||||
PARAMETER_PROBLEM,
|
||||
VERSION_PROBLEM
|
||||
};
|
||||
|
||||
/* The view of an ipset in userspace */
|
||||
struct set {
|
||||
|
Reference in New Issue
Block a user