Re: [PATCH] Use NIP6_FMT in kernel.h

2006-01-13 Thread David S. Miller
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]> Date: Sat, 14 Jan 2006 09:12:13 +0900 (JST) > In article <[EMAIL PROTECTED]> (at Fri, 13 Jan 2006 14:29:24 -0800 (PST)), > "David S. Miller" <[EMAIL PROTECTED]> says: > > > > changes all code to use NIP6_FMT > > > fixes net/ipv6/ip6_flowlabel.c > :

Re: [PATCH] Use NIP6_FMT in kernel.h

2006-01-13 Thread YOSHIFUJI Hideaki / 吉藤英明
In article <[EMAIL PROTECTED]> (at Fri, 13 Jan 2006 14:29:24 -0800 (PST)), "David S. Miller" <[EMAIL PROTECTED]> says: > > changes all code to use NIP6_FMT > > fixes net/ipv6/ip6_flowlabel.c : > This looks good, applied, thanks Joe. As I have commented in another mail, the original patch

Re: [PATCH] Use NIP6_FMT in kernel.h

2006-01-13 Thread YOSHIFUJI Hideaki / 吉藤英明
Hello. Well, basic idea is okay. But... In article <[EMAIL PROTECTED]> (at Fri, 13 Jan 2006 14:14:48 -0800), Joe Perches <[EMAIL PROTECTED]> says: > diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c > index 7129d42..dfb4f14 100644 > --- a/net/ipv6/addrconf.c > +++ b/net/ipv6/addrconf.c >

Re: [PATCH] Use NIP6_FMT in kernel.h

2006-01-13 Thread David S. Miller
From: Joe Perches <[EMAIL PROTECTED]> Date: Fri, 13 Jan 2006 14:14:48 -0800 > There are errors and inconsistency in the display of NIP6 strings. > ie: net/ipv6/ip6_flowlabel.c > > There are errors and inconsistency in the display of NIPQUAD strings too. > ie: net/netfilter/nf_conntrac

[PATCH] Use NIP6_FMT in kernel.h

2006-01-13 Thread Joe Perches
There are errors and inconsistency in the display of NIP6 strings. ie: net/ipv6/ip6_flowlabel.c There are errors and inconsistency in the display of NIPQUAD strings too. ie: net/netfilter/nf_conntrack_ftp.c This patch: adds NIP6_FMT to kernel.h changes all code to