Skip to content

Commit

Permalink
netfilter: fix struct ip6t_frag field description
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
  • Loading branch information
Michal Kubeček authored and Pablo Neira Ayuso committed Apr 2, 2013
1 parent 5c33448 commit 152b0f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/uapi/linux/netfilter_ipv6/ip6t_frag.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};

Expand Down

0 comments on commit 152b0f5

Please sign in to comment.