diff options
| author | Tejun Heo <[email protected]> | 2015-12-07 17:38:54 -0500 |
|---|---|---|
| committer | Pablo Neira Ayuso <[email protected]> | 2015-12-14 20:34:52 +0100 |
| commit | 4ec8ff0edccffe7a77f18e2a1e2ce86f03e08b5c (patch) | |
| tree | e6df6b0ff038599f82801e6c83b1c7986bfc1743 /include/uapi/linux | |
| parent | a4ec80082c82f3fda775d13b2a72aac38248ced6 (diff) | |
netfilter: prepare xt_cgroup for multi revisions
xt_cgroup will grow cgroup2 path based match. Postfix existing
symbols with _v0 and prepare for multi revision registration.
Signed-off-by: Tejun Heo <[email protected]>
Cc: Daniel Borkmann <[email protected]>
Cc: Daniel Wagner <[email protected]>
CC: Neil Horman <[email protected]>
Cc: Jan Engelhardt <[email protected]>
Cc: Pablo Neira Ayuso <[email protected]>
Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/netfilter/xt_cgroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/netfilter/xt_cgroup.h b/include/uapi/linux/netfilter/xt_cgroup.h index 43acb7e175f6..577c9e0b9406 100644 --- a/include/uapi/linux/netfilter/xt_cgroup.h +++ b/include/uapi/linux/netfilter/xt_cgroup.h @@ -3,7 +3,7 @@ #include <linux/types.h> -struct xt_cgroup_info { +struct xt_cgroup_info_v0 { __u32 id; __u32 invert; }; |