]> err.no Git - linux-2.6/blobdiff - net/ipv4/netfilter/iptable_mangle.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
[linux-2.6] / net / ipv4 / netfilter / iptable_mangle.c
index c3827bae3b660f45d3afc808546900db0d079187..902446f7cbca8ae630677eb423ae1f0c9540ef56 100644 (file)
@@ -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;
        }