[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20070427.024116.74748059.davem@davemloft.net>
Date: Fri, 27 Apr 2007 02:41:16 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: yoshfuji@...ux-ipv6.org
Cc: cebbert@...hat.com, netdev@...r.kernel.org, vsu@...linux.ru
Subject: Re: IPV6 source routing patch is still broken?
From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@...ux-ipv6.org>
Date: Fri, 27 Apr 2007 18:36:35 +0900 (JST)
> In article <20070427.020805.88703639.davem@...emloft.net> (at Fri, 27 Apr 2007 02:08:05 -0700 (PDT)), David Miller <davem@...emloft.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.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists