Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55975
b: refs/heads/master
c: 4a176c1
h: refs/heads/master
i:
  55973: 55b5293
  55971: 3f400a1
  55967: 0b8d712
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed May 11, 2007
1 parent 19d7a8e commit 9a4a4b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5d78a84913abc1b2ef1ec0c14a78ec99517cc122
refs/heads/master: 4a176c1a61ed279f4d98b6adf9be84fb905d921c
3 changes: 2 additions & 1 deletion trunk/net/ipv4/netfilter/iptable_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ ipt_local_out_hook(unsigned int hook,
if ((*pskb)->len < sizeof(struct iphdr)
|| ip_hdrlen(*pskb) < sizeof(struct iphdr)) {
if (net_ratelimit())
printk("ipt_hook: happy cracking.\n");
printk("iptable_filter: ignoring short SOCK_RAW "
"packet.\n");
return NF_ACCEPT;
}

Expand Down
3 changes: 2 additions & 1 deletion trunk/net/ipv4/netfilter/iptable_mangle.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ ipt_local_hook(unsigned int hook,
if ((*pskb)->len < sizeof(struct iphdr)
|| ip_hdrlen(*pskb) < sizeof(struct iphdr)) {
if (net_ratelimit())
printk("ipt_hook: happy cracking.\n");
printk("iptable_mangle: ignoring short SOCK_RAW "
"packet.\n");
return NF_ACCEPT;
}

Expand Down

0 comments on commit 9a4a4b2

Please sign in to comment.