diff for duplicates of <5110C8BA.4080205@redhat.com> diff --git a/a/1.txt b/N1/1.txt index b979526..489586b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -131,7 +131,7 @@ of the patch a bit later after doing some experiments. >> - __be32 crc32; >> >> #ifdef CONFIG_IP_VS_IPV6 ->> if (cp->af = AF_INET6 && iph->fragoffs) +>> if (cp->af == AF_INET6 && iph->fragoffs) >> @@ -92,13 +111,7 @@ sctp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, >> sctph = (void *) skb_network_header(skb) + sctphoff; >> sctph->source = cp->vport; @@ -155,7 +155,7 @@ of the patch a bit later after doing some experiments. >> - __be32 crc32; >> >> #ifdef CONFIG_IP_VS_IPV6 ->> if (cp->af = AF_INET6 && iph->fragoffs) +>> if (cp->af == AF_INET6 && iph->fragoffs) >> @@ -134,13 +145,7 @@ sctp_dnat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, >> sctph = (void *) skb_network_header(skb) + sctphoff; >> sctph->dest = cp->dport; diff --git a/a/content_digest b/N1/content_digest index 358c73b..dc54015 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\0alpine.LFD.2.00.1302042349350.1869@ja.ssi.bg\0" "From\0Daniel Borkmann <dborkman@redhat.com>\0" "Subject\0Re: [PATCH net] ipvs: sctp: fix checksumming by adding hardware offload support\0" - "Date\0Tue, 05 Feb 2013 08:54:18 +0000\0" + "Date\0Tue, 05 Feb 2013 09:54:18 +0100\0" "To\0Julian Anastasov <ja@ssi.bg>\0" "Cc\0horms@verge.net.au" mohanreddykv@gmail.com @@ -146,7 +146,7 @@ ">> -\t__be32 crc32;\n" ">>\n" ">> #ifdef CONFIG_IP_VS_IPV6\n" - ">> \tif (cp->af = AF_INET6 && iph->fragoffs)\n" + ">> \tif (cp->af == AF_INET6 && iph->fragoffs)\n" ">> @@ -92,13 +111,7 @@ sctp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,\n" ">> \tsctph = (void *) skb_network_header(skb) + sctphoff;\n" ">> \tsctph->source = cp->vport;\n" @@ -170,7 +170,7 @@ ">> -\t__be32 crc32;\n" ">>\n" ">> #ifdef CONFIG_IP_VS_IPV6\n" - ">> \tif (cp->af = AF_INET6 && iph->fragoffs)\n" + ">> \tif (cp->af == AF_INET6 && iph->fragoffs)\n" ">> @@ -134,13 +145,7 @@ sctp_dnat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,\n" ">> \tsctph = (void *) skb_network_header(skb) + sctphoff;\n" ">> \tsctph->dest = cp->dport;\n" @@ -195,4 +195,4 @@ "> Julian Anastasov <ja@ssi.bg>\n" > -390559b35695e5a2fbc6eceae6d4ffe787dcaabf13af4ebae971b5fc5e511973 +0c131992aa86050cef003196cf0362b36513c637e16bc01236f071c931e41a21
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.