[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1225153359.5269.112.camel@localhost>
Date: Mon, 27 Oct 2008 17:22:39 -0700
From: Joe Perches <joe@...ches.com>
To: Harvey Harrison <harvey.harrison@...il.com>
Cc: David Miller <davem@...emloft.net>, johannes@...solutions.net,
anders@...uras.de, netdev@...r.kernel.org,
akpm@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: Re: [RFC PATCHv3] printk: add %pM format specifier for MAC
addresses
On Mon, 2008-10-27 at 17:05 -0700, Harvey Harrison wrote:
> On Mon, 2008-10-27 at 16:55 -0700, David Miller wrote:
> > I'm ok with the '#' modifier but remind me again what's wrong with
> > using plain %p4 and %p6?
> Nothing at all, just wanted to know what color bikeshed you wanted.
> I'll go with %p4 %p6.
Just an FYI for v6 addresses:
There are a few uses of ipv6 address as "%08X%08X%08X%08X"
Pavel Emelyanov tried to isolate them with a suggested patch:
http://www.mail-archive.com/netdev@vger.kernel.org/msg51655.html
These addresses are not shown in network order, but are
printed backwards in host order. Oops. Apparently it's
too late to fix them.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists