From 01951d3c9a368aadf36a2cf07f270d146d992ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kube=C4=8Dek?= Date: Tue, 2 Apr 2013 08:12:11 +0200 Subject: [PATCH] --- yaml --- r: 368863 b: refs/heads/master c: 152b0f5da798c56566737f4d0bd85f69688e7d7b h: refs/heads/master i: 368861: 062a7ff30aaba91e629f08d4179fd04d21007cdc 368859: 6fd1583ae81e1c17051b202f81f1f266907629a5 368855: 6a95d8798528721502a24172b299b230a5a1ee26 368847: cf4390b98ee68c6baee85808bc0844adf69498b1 368831: 44a1995d64f9e42d996d0e3fd473211887d1c72d v: v3 --- [refs] | 2 +- trunk/include/uapi/linux/netfilter_ipv6/ip6t_frag.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 4c0bb1b76f1b..b5fa7fc42c98 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5c33448c405adfe1562df76215f24ef0a7947872 +refs/heads/master: 152b0f5da798c56566737f4d0bd85f69688e7d7b diff --git a/trunk/include/uapi/linux/netfilter_ipv6/ip6t_frag.h b/trunk/include/uapi/linux/netfilter_ipv6/ip6t_frag.h index b47f61b9e082..dfd8bc2268cf 100644 --- a/trunk/include/uapi/linux/netfilter_ipv6/ip6t_frag.h +++ b/trunk/include/uapi/linux/netfilter_ipv6/ip6t_frag.h @@ -4,9 +4,9 @@ #include 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 */ };