diff options
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/netfilter/ipset/ip_set.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/linux/netfilter/ipset/ip_set.h b/include/uapi/linux/netfilter/ipset/ip_set.h index a29a378701d2..a1ca24408206 100644 --- a/include/uapi/linux/netfilter/ipset/ip_set.h +++ b/include/uapi/linux/netfilter/ipset/ip_set.h | |||
| @@ -83,13 +83,13 @@ enum { | |||
| 83 | IPSET_ATTR_CADT_FLAGS, /* 8 */ | 83 | IPSET_ATTR_CADT_FLAGS, /* 8 */ |
| 84 | IPSET_ATTR_CADT_LINENO = IPSET_ATTR_LINENO, /* 9 */ | 84 | IPSET_ATTR_CADT_LINENO = IPSET_ATTR_LINENO, /* 9 */ |
| 85 | IPSET_ATTR_MARK, /* 10 */ | 85 | IPSET_ATTR_MARK, /* 10 */ |
| 86 | IPSET_ATTR_MARKMASK, /* 11 */ | ||
| 86 | /* Reserve empty slots */ | 87 | /* Reserve empty slots */ |
| 87 | IPSET_ATTR_CADT_MAX = 16, | 88 | IPSET_ATTR_CADT_MAX = 16, |
| 88 | /* Create-only specific attributes */ | 89 | /* Create-only specific attributes */ |
| 89 | IPSET_ATTR_GC, | 90 | IPSET_ATTR_GC, |
| 90 | IPSET_ATTR_HASHSIZE, | 91 | IPSET_ATTR_HASHSIZE, |
| 91 | IPSET_ATTR_MAXELEM, | 92 | IPSET_ATTR_MAXELEM, |
| 92 | IPSET_ATTR_MARKMASK, | ||
| 93 | IPSET_ATTR_NETMASK, | 93 | IPSET_ATTR_NETMASK, |
| 94 | IPSET_ATTR_PROBES, | 94 | IPSET_ATTR_PROBES, |
| 95 | IPSET_ATTR_RESIZE, | 95 | IPSET_ATTR_RESIZE, |
| @@ -139,7 +139,6 @@ enum ipset_errno { | |||
| 139 | IPSET_ERR_EXIST, | 139 | IPSET_ERR_EXIST, |
| 140 | IPSET_ERR_INVALID_CIDR, | 140 | IPSET_ERR_INVALID_CIDR, |
| 141 | IPSET_ERR_INVALID_NETMASK, | 141 | IPSET_ERR_INVALID_NETMASK, |
| 142 | IPSET_ERR_INVALID_MARKMASK, | ||
| 143 | IPSET_ERR_INVALID_FAMILY, | 142 | IPSET_ERR_INVALID_FAMILY, |
| 144 | IPSET_ERR_TIMEOUT, | 143 | IPSET_ERR_TIMEOUT, |
| 145 | IPSET_ERR_REFERENCED, | 144 | IPSET_ERR_REFERENCED, |
| @@ -147,6 +146,7 @@ enum ipset_errno { | |||
| 147 | IPSET_ERR_IPADDR_IPV6, | 146 | IPSET_ERR_IPADDR_IPV6, |
| 148 | IPSET_ERR_COUNTER, | 147 | IPSET_ERR_COUNTER, |
| 149 | IPSET_ERR_COMMENT, | 148 | IPSET_ERR_COMMENT, |
| 149 | IPSET_ERR_INVALID_MARKMASK, | ||
| 150 | 150 | ||
| 151 | /* Type specific error codes */ | 151 | /* Type specific error codes */ |
| 152 | IPSET_ERR_TYPE_SPECIFIC = 4352, | 152 | IPSET_ERR_TYPE_SPECIFIC = 4352, |
