diff options
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2014-02-13 06:19:56 -0500 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2014-03-06 03:31:42 -0500 |
commit | af284ece87365f3a69723f5bcc1bcdb505b5eb5d (patch) | |
tree | 9b320a4d6242ad9e1e946e84849419443aa11dc9 /include/uapi | |
parent | 4d0e5c076d01d3fb4767a502a9517923fb9a080e (diff) |
netfilter: ipset: Prepare the kernel for create option flags when no extension is needed
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/netfilter/ipset/ip_set.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/linux/netfilter/ipset/ip_set.h b/include/uapi/linux/netfilter/ipset/ip_set.h index f636f282b142..a29a378701d2 100644 --- a/include/uapi/linux/netfilter/ipset/ip_set.h +++ b/include/uapi/linux/netfilter/ipset/ip_set.h | |||
@@ -188,6 +188,12 @@ enum ipset_cadt_flags { | |||
188 | IPSET_FLAG_CADT_MAX = 15, | 188 | IPSET_FLAG_CADT_MAX = 15, |
189 | }; | 189 | }; |
190 | 190 | ||
191 | /* The flag bits which correspond to the non-extension create flags */ | ||
192 | enum ipset_create_flags { | ||
193 | IPSET_CREATE_FLAG_NONE = 0, | ||
194 | IPSET_CREATE_FLAG_MAX = 7, | ||
195 | }; | ||
196 | |||
191 | /* Commands with settype-specific attributes */ | 197 | /* Commands with settype-specific attributes */ |
192 | enum ipset_adt { | 198 | enum ipset_adt { |
193 | IPSET_ADD, | 199 | IPSET_ADD, |