Re: [IPv6] Add v4mapped address inline

2007-08-24 Thread David Miller
From: Brian Haley <[EMAIL PROTECTED]> Date: Thu, 23 Aug 2007 14:14:35 -0400 > YOSHIFUJI Hideaki / wrote: > > Please put this just after ipv6_addr_any(), not after > > ipv6_addr_diff(). > > Ok, updated patch attached. > > Add v4mapped address inline to avoid calls to ipv6_addr_type(). > > S

Re: [IPv6] Add v4mapped address inline

2007-08-24 Thread YOSHIFUJI Hideaki / 吉藤英明
In article <[EMAIL PROTECTED]> (at Thu, 23 Aug 2007 14:14:35 -0400), Brian Haley <[EMAIL PROTECTED]> says: > YOSHIFUJI Hideaki / wrote: > > Please put this just after ipv6_addr_any(), not after > > ipv6_addr_diff(). > > Ok, updated patch attached. > > -Brian > > > Add v4mapped address in

Re: [IPv6] Add v4mapped address inline

2007-08-23 Thread Brian Haley
YOSHIFUJI Hideaki / wrote: Please put this just after ipv6_addr_any(), not after ipv6_addr_diff(). Ok, updated patch attached. -Brian Add v4mapped address inline to avoid calls to ipv6_addr_type(). Signed-off-by: Brian Haley <[EMAIL PROTECTED]> diff --git a/include/net/ipv6.h b/include

Re: [IPv6] Add v4mapped address inline

2007-08-23 Thread YOSHIFUJI Hideaki / 吉藤英明
Hello. In article <[EMAIL PROTECTED]> (at Thu, 23 Aug 2007 12:40:54 -0400), Brian Haley <[EMAIL PROTECTED]> says: > diff --git a/include/net/ipv6.h b/include/net/ipv6.h > index 9059e0e..c2b6c11 100644 > --- a/include/net/ipv6.h > +++ b/include/net/ipv6.h > @@ -418,6 +418,12 @@ static inline int

[IPv6] Add v4mapped address inline

2007-08-23 Thread Brian Haley
Add v4mapped address inline to avoid calls to ipv6_addr_type(). diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 9059e0e..c2b6c11 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h @@ -418,6 +418,12 @@ static inline int ipv6_addr_diff(const struct in6_addr *a1, const struct in6_add