Re: [GIT PATCH] IPV6: Updates for net-2.6.19

2006-09-19 Thread YOSHIFUJI Hideaki / 吉藤英明
In article <[EMAIL PROTECTED]> (at Tue, 19 Sep 2006 18:26:29 +0200), Nicolas DICHTEL <[EMAIL PROTECTED]> says: > > + if (pneigh) > > + is_router = pneigh->flags & NTF_ROUTER; > > > In function ndisc_send_na(), is_router must be 1 or 0, doesn't it ? Because, > icmph.icmp6_router is

[GIT PATCH] IPV6: Updates for net-2.6.19

2006-09-18 Thread YOSHIFUJI Hideaki / 吉藤英明
Hello. Please pull the following changesets available at: git://git.skbuff.net/gitroot/yoshfuji/net-2.6.19-20060918-inet6/ HEADLINES - [IPV6] NDISC: Handle NDP messages to proxied addresses. [IPV6]: Don't forward packets to proxied link-local address. [IPV6] NDISC: Av

Re: [GIT PATCH] IPv6 Updates for net-2.6.19

2006-08-25 Thread YOSHIFUJI Hideaki / 吉藤英明
In article <[EMAIL PROTECTED]> (at Fri, 25 Aug 2006 16:06:58 -0700 (PDT)), David Miller <[EMAIL PROTECTED]> says: > > > > + .fwmark = skb->nfmark, : > It seems to make better sense to protect this with > IPV6_ROUTE_FWMARK instead of NETFILTER. And it is > consistent

Re: [GIT PATCH] IPv6 Updates for net-2.6.19

2006-08-25 Thread David Miller
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]> Date: Sat, 26 Aug 2006 07:44:38 +0900 (JST) > In article <[EMAIL PROTECTED]> (at Fri, 25 Aug 2006 15:29:25 -0400), Brian > Haley <[EMAIL PROTECTED]> says: > > > > .saddr = iph->saddr, > > > + .fwmark =

Re: [GIT PATCH] IPv6 Updates for net-2.6.19

2006-08-25 Thread YOSHIFUJI Hideaki / 吉藤英明
In article <[EMAIL PROTECTED]> (at Fri, 25 Aug 2006 15:29:25 -0400), Brian Haley <[EMAIL PROTECTED]> says: > > .saddr = iph->saddr, > > + .fwmark = skb->nfmark, > > .flowlabel = (* (u32 *) iph)&IPV6_FLOWINFO_MASK, :

Re: [GIT PATCH] IPv6 Updates for net-2.6.19

2006-08-25 Thread Brian Haley
diff --git a/net/ipv6/route.c b/net/ipv6/route.c index c9f74c1..9b50e0c 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c @@ -703,6 +703,7 @@ void ip6_route_input(struct sk_buff *skb .ip6_u = { .daddr = iph->daddr,

Re: [GIT PATCH] IPv6 Updates for net-2.6.19

2006-08-25 Thread Thomas Graf
* YOSHIFUJI Hideaki / ?$B5HF#1QL@ <[EMAIL PROTECTED]> 2006-08-25 17:21 > commit 10204d532f5f8bb379009ba0bee2113bafda72be > Author: YOSHIFUJI Hideaki <[EMAIL PROTECTED]> > Date: Mon Aug 21 19:22:01 2006 +0900 > > [IPV6] ROUTE: Routing by FWMARK. > > Based on patch by Jean Lorchat <[E

Re: [GIT PATCH] IPv6 Updates for net-2.6.19

2006-08-25 Thread YOSHIFUJI Hideaki / 吉藤英明
In article <[EMAIL PROTECTED]> (at Fri, 25 Aug 2006 03:00:34 +0900 (JST)), YOSHIFUJI Hideaki <[EMAIL PROTECTED]> says: > Please pull > git://git.skbuff.net/gitroot/yoshfuji/net-2.6.19-20060825-inet6 > +int in6_pton(const char *src, int srclen, : > + printf("srclen=%d\n", srclen); (FYI, Da

[GIT PATCH] IPv6 Updates for net-2.6.19

2006-08-25 Thread YOSHIFUJI Hideaki / 吉藤英明
Hello. Please pull git://git.skbuff.net/gitroot/yoshfuji/net-2.6.19-20060825-inet6 for the following updates on top of the net-2.6.19 tree. Regards, HEADLINES - [IPV6] MIP6: Several obvious clean-ups. [IPV6] ROUTE: Routing by Traffic Class. [IPV6] ROUTE: Routing by FWMARK.