Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 152b0f5d authored by Michal Kubeček's avatar Michal Kubeček Committed by Pablo Neira Ayuso
Browse files

netfilter: fix struct ip6t_frag field description

parent 5c33448c
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -4,9 +4,9 @@
#include <linux/types.h>
#include <linux/types.h>


struct ip6t_frag {
struct ip6t_frag {
	__u32 ids[2];			/* Security Parameter Index */
	__u32 ids[2];			/* Identification range */
	__u32 hdrlen;			/* Header Length */
	__u32 hdrlen;			/* Header Length */
	__u8  flags;			/*  */
	__u8  flags;			/* Flags */
	__u8  invflags;			/* Inverse flags */
	__u8  invflags;			/* Inverse flags */
};
};