commit | 14d5e834f6b36667c7da56374645f99b6cf30814 | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Fri Oct 31 00:54:29 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 31 00:54:29 2008 -0700 |
tree | 14bfecb3f5b7eaeec508e8d069265a0583d6be9f | |
parent | 673d57e72398edfedc93fb50ff58048077c9d587 [diff] |
net: replace NIPQUAD() in net/netfilter/ Using NIPQUAD() with NIPQUAD_FMT, %d.%d.%d.%d or %u.%u.%u.%u can be replaced with %pI4 Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>