Skip to content

Commit 705ca14

Browse files
gnuthorkaber
authored andcommitted
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>
1 parent 2e0348c commit 705ca14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/netfilter/xt_iprange.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ iprange_mt4(const struct sk_buff *skb, struct xt_action_param *par)
3131
pr_debug("src IP %pI4 NOT in range %s%pI4-%pI4\n",
3232
&iph->saddr,
3333
(info->flags & IPRANGE_SRC_INV) ? "(INV) " : "",
34-
&info->src_max.ip,
34+
&info->src_min.ip,
3535
&info->src_max.ip);
3636
return false;
3737
}

0 commit comments

Comments
 (0)