From: Alexey Dobriyan <adobriyan@gmail.com>
To: netdev@vger.kernel.org
Subject: [PATCH] unsigned long => __be32 in icmp_redirect()
Date: Sun, 28 May 2006 01:29:25 +0400 [thread overview]
Message-ID: <20060527212925.GC7267@martell.zuzino.mipt.ru> (raw)
ip_rt_redirect() expects __be32 as second arg, so...
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---
--- a/net/ipv4/icmp.c
+++ 1/net/ipv4/icmp.c
@@ -730,7 +730,7 @@ out_err:
static void icmp_redirect(struct sk_buff *skb)
{
struct iphdr *iph;
- unsigned long ip;
+ __be32 ip;
if (skb->len < sizeof(struct iphdr))
goto out_err;
next reply other threads:[~2006-05-27 21:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-27 21:29 Alexey Dobriyan [this message]
2006-06-06 4:18 ` [PATCH] unsigned long => __be32 in icmp_redirect() David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060527212925.GC7267@martell.zuzino.mipt.ru \
--to=adobriyan@gmail.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox