mirror of https://gitee.com/openkylin/linux.git
netfilter: fix struct ip6t_frag field description
Signed-off-by: Michal Kubecek <mkubecek@suse.cz> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
5c33448c40
commit
152b0f5da7
|
@ -4,9 +4,9 @@
|
|||
#include <linux/types.h>
|
||||
|
||||
struct ip6t_frag {
|
||||
__u32 ids[2]; /* Security Parameter Index */
|
||||
__u32 ids[2]; /* Identification range */
|
||||
__u32 hdrlen; /* Header Length */
|
||||
__u8 flags; /* */
|
||||
__u8 flags; /* Flags */
|
||||
__u8 invflags; /* Inverse flags */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue