Skip to content

Commit 152b0f5

Browse files
mkubecekummakynes
authored andcommitted
netfilter: fix struct ip6t_frag field description
Signed-off-by: Michal Kubecek <mkubecek@suse.cz> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
1 parent 5c33448 commit 152b0f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/uapi/linux/netfilter_ipv6/ip6t_frag.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#include <linux/types.h>
55

66
struct ip6t_frag {
7-
__u32 ids[2]; /* Security Parameter Index */
7+
__u32 ids[2]; /* Identification range */
88
__u32 hdrlen; /* Header Length */
9-
__u8 flags; /* */
9+
__u8 flags; /* Flags */
1010
__u8 invflags; /* Inverse flags */
1111
};
1212

0 commit comments

Comments
 (0)