summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jacob <jacob@internet24.de>2011-01-27 10:56:32 +0100
committerPatrick McHardy <kaber@trash.net>2011-01-27 10:56:32 +0100
commit705ca147176090203afd7503392e6e770637499b (patch)
treedf1d39bb69e7e7ff4c367136725d1c66a81aa7a1
parent2e0348c449683a837644bb0027dbe5940b150c25 (diff)
downloadop-kernel-dev-705ca147176090203afd7503392e6e770637499b.zip
op-kernel-dev-705ca147176090203afd7503392e6e770637499b.tar.gz
netfilter: xt_iprange: typo in IPv4 match debug print code
Signed-off-by: Thomas Jacob <jacob@internet24.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
-rw-r--r--net/netfilter/xt_iprange.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/xt_iprange.c b/net/netfilter/xt_iprange.c
index 88f7c35..77b9ebc 100644
--- a/net/netfilter/xt_iprange.c
+++ b/net/netfilter/xt_iprange.c
@@ -31,7 +31,7 @@ iprange_mt4(const struct sk_buff *skb, struct xt_action_param *par)
pr_debug("src IP %pI4 NOT in range %s%pI4-%pI4\n",
&iph->saddr,
(info->flags & IPRANGE_SRC_INV) ? "(INV) " : "",
- &info->src_max.ip,
+ &info->src_min.ip,
&info->src_max.ip);
return false;
}
OpenPOWER on IntegriCloud