commit | cffee385d7f367e80b288abf4261256477f7760e | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Fri Oct 31 00:53:08 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 31 00:53:08 2008 -0700 |
tree | ac4655a3883910236effe70b6169f70a5b804182 | |
parent | 77be155cba4e163e8bba9fd27222a8b6189ec4f7 [diff] |
net: replace NIPQUAD() in net/ipv4/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>