We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0348c commit 705ca14Copy full SHA for 705ca14
net/netfilter/xt_iprange.c
@@ -31,7 +31,7 @@ iprange_mt4(const struct sk_buff *skb, struct xt_action_param *par)
31
pr_debug("src IP %pI4 NOT in range %s%pI4-%pI4\n",
32
&iph->saddr,
33
(info->flags & IPRANGE_SRC_INV) ? "(INV) " : "",
34
- &info->src_max.ip,
+ &info->src_min.ip,
35
&info->src_max.ip);
36
return false;
37
}
0 commit comments