Re: [PATCH 3/7] net: replace NIPQUAD() in net/netfilter/
From: David Miller <davem@davemloft.net>
Date: 2008-11-04 01:10:41
From: David Miller <davem@davemloft.net>
Date: 2008-11-04 01:10:41
From: Harvey Harrison <redacted> Date: Mon, 03 Nov 2008 09:43:16 -0800
[PATCH] printk: ipv4 address digits printed in reverse order put_dec_trunc prints the digits in reverse order and is reversed inside number(). Continue using put_dec_trunc, but reverse each quad in ip4_addr_string. [Noticed by Julius Volz] Signed-off-by: Harvey Harrison <redacted>
Applied, thanks for fixing this Harvey, and thanks to Julius for the report and testing the fix.