diff for duplicates of <5236F0B5.4070406@cn.fujitsu.com> diff --git a/a/1.txt b/N1/1.txt index df8975e..b191df7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -26,7 +26,7 @@ index 300840c..980cfba 100644 - return; - } - - if (type = NDISC_REDIRECT) + if (type == NDISC_REDIRECT) return; diff --git a/net/ipv6/ah6.c b/net/ipv6/ah6.c @@ -47,7 +47,7 @@ index 73784c3..79fb40f 100644 if (!x) return; -- if (type = NDISC_REDIRECT) +- if (type == NDISC_REDIRECT) - ip6_redirect(skb, net, skb->dev->ifindex, 0); - else - ip6_update_pmtu(skb, net, info, 0, 0); @@ -74,7 +74,7 @@ index d3618a7..6aa64e1 100644 if (!x) return; -- if (type = NDISC_REDIRECT) +- if (type == NDISC_REDIRECT) - ip6_redirect(skb, net, skb->dev->ifindex, 0); - else - ip6_update_pmtu(skb, net, info, 0, 0); @@ -101,7 +101,7 @@ index 5636a91..e943158 100644 if (!x) return; -- if (type = NDISC_REDIRECT) +- if (type == NDISC_REDIRECT) - ip6_redirect(skb, net, skb->dev->ifindex, 0); - else - ip6_update_pmtu(skb, net, info, 0, 0); diff --git a/a/content_digest b/N1/content_digest index 24a692a..e71e5ce 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\05236EFEB.60106@cn.fujitsu.com\0" "From\0Duan Jiong <duanj.fnst@cn.fujitsu.com>\0" "Subject\0[PATCH v3 2/6] ipv6: just match on ICMPV6_PKT_TOOBIG in those err_handle\0" - "Date\0Mon, 16 Sep 2013 11:51:17 +0000\0" + "Date\0Mon, 16 Sep 2013 19:51:17 +0800\0" "To\0davem@davemloft.net\0" "Cc\0netdev@vger.kernel.org" hannes@stressinduktion.org @@ -38,7 +38,7 @@ "-\t\treturn;\n" "-\t}\n" "-\n" - " \tif (type = NDISC_REDIRECT)\n" + " \tif (type == NDISC_REDIRECT)\n" " \t\treturn;\n" " \n" "diff --git a/net/ipv6/ah6.c b/net/ipv6/ah6.c\n" @@ -59,7 +59,7 @@ " \tif (!x)\n" " \t\treturn;\n" " \n" - "-\tif (type = NDISC_REDIRECT)\n" + "-\tif (type == NDISC_REDIRECT)\n" "-\t\tip6_redirect(skb, net, skb->dev->ifindex, 0);\n" "-\telse\n" "-\t\tip6_update_pmtu(skb, net, info, 0, 0);\n" @@ -86,7 +86,7 @@ " \tif (!x)\n" " \t\treturn;\n" " \n" - "-\tif (type = NDISC_REDIRECT)\n" + "-\tif (type == NDISC_REDIRECT)\n" "-\t\tip6_redirect(skb, net, skb->dev->ifindex, 0);\n" "-\telse\n" "-\t\tip6_update_pmtu(skb, net, info, 0, 0);\n" @@ -113,7 +113,7 @@ " \tif (!x)\n" " \t\treturn;\n" " \n" - "-\tif (type = NDISC_REDIRECT)\n" + "-\tif (type == NDISC_REDIRECT)\n" "-\t\tip6_redirect(skb, net, skb->dev->ifindex, 0);\n" "-\telse\n" "-\t\tip6_update_pmtu(skb, net, info, 0, 0);\n" @@ -124,4 +124,4 @@ "-- \n" 1.8.3.1 -a52512db5aef34ad27fffeb618abdaaa0d28812cbde3dc0c064ec77be20968b3 +445c77bb7a8cbeabaaf9c9715be157859c5a74df58f521b0d38807197e5dbd1e
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.