ipset: upgrade to ipset 2.4.5

This commit is contained in:
Jan Engelhardt
2008-11-18 12:01:51 +01:00
parent be6fbee56a
commit d20d1922db
19 changed files with 108 additions and 91 deletions

View File

@@ -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 {