From: David Miller <davem@davemloft.net>
To: yoshfuji@linux-ipv6.org
Cc: cebbert@redhat.com, netdev@vger.kernel.org, vsu@altlinux.ru
Subject: Re: IPV6 source routing patch is still broken?
Date: Fri, 27 Apr 2007 02:41:16 -0700 (PDT) [thread overview]
Message-ID: <20070427.024116.74748059.davem@davemloft.net> (raw)
In-Reply-To: <20070427.183635.108797764.yoshfuji@linux-ipv6.org>
From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org>
Date: Fri, 27 Apr 2007 18:36:35 +0900 (JST)
> In article <20070427.020805.88703639.davem@davemloft.net> (at Fri, 27 Apr 2007 02:08:05 -0700 (PDT)), David Miller <davem@davemloft.net> says:
>
> > then the function proceeds to use the largest of
> > 'accept_source_route' and 'idev->cnf.accept_source_route'
> > for further checks.
>
> Smallest:
> if (accept_source_route > idev->cnf.accept_source_route)
> accept_source_route = idev->cnf.accept_source_route;
Correct, my mistake.
prev parent reply other threads:[~2007-04-27 9:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-26 21:53 IPV6 source routing patch is still broken? Chuck Ebbert
2007-04-26 22:04 ` David Miller
2007-04-26 23:10 ` Chuck Ebbert
2007-04-26 23:52 ` YOSHIFUJI Hideaki / 吉藤英明
2007-04-27 2:29 ` David Miller
2007-04-26 22:31 ` David Miller
2007-04-26 22:57 ` Chuck Ebbert
2007-04-27 9:08 ` David Miller
2007-04-27 9:36 ` YOSHIFUJI Hideaki / 吉藤英明
2007-04-27 9:41 ` David Miller [this message]
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=20070427.024116.74748059.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=cebbert@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=vsu@altlinux.ru \
--cc=yoshfuji@linux-ipv6.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;
as well as URLs for NNTP newsgroup(s).