netfilter: ipset: Add skbinfo extension support to SET target.

Signed-off-by: Anton Danilov <littlesmilingcloud@gmail.com>
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
This commit is contained in:
Anton Danilov
2014-09-02 14:21:20 +04:00
committed by Jozsef Kadlecsik
parent cbee93d7b7
commit 76cea4109c
2 changed files with 165 additions and 0 deletions

View File

@@ -71,4 +71,14 @@ struct xt_set_info_match_v3 {
__u32 flags;
};
/* Revision 3 target */
struct xt_set_info_target_v3 {
struct xt_set_info add_set;
struct xt_set_info del_set;
struct xt_set_info map_set;
__u32 flags;
__u32 timeout;
};
#endif /*_XT_SET_H*/