All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Typo in IPv4 match debug print code
@ 2011-01-26 17:22 Thomas Jacob
  2011-01-26 17:22 ` [PATCH 2/2] Add IPv6 " Thomas Jacob
  2011-01-27  9:57 ` [PATCH 1/2] Typo in IPv4 " Patrick McHardy
  0 siblings, 2 replies; 4+ messages in thread
From: Thomas Jacob @ 2011-01-26 17:22 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Thomas Jacob

Signed-off-by: Thomas Jacob <jacob@internet24.de>
---
 net/netfilter/xt_iprange.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/netfilter/xt_iprange.c b/net/netfilter/xt_iprange.c
index 73c33a4..5c14308 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;
 		}
-- 
1.5.6.5


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-01-27  9:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-26 17:22 [PATCH 1/2] Typo in IPv4 match debug print code Thomas Jacob
2011-01-26 17:22 ` [PATCH 2/2] Add IPv6 " Thomas Jacob
2011-01-27  9:59   ` Patrick McHardy
2011-01-27  9:57 ` [PATCH 1/2] Typo in IPv4 " Patrick McHardy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.