svn commit: r183941 - user/netchild/misc/src/sys/netinet

Alexander Leidinger netchild at FreeBSD.org
Thu Oct 16 10:36:48 UTC 2008


Author: netchild
Date: Thu Oct 16 10:36:47 2008
New Revision: 183941
URL: http://svn.freebsd.org/changeset/base/183941

Log:
  Be a little bit more verbose. The original error does not help.

Modified:
  user/netchild/misc/src/sys/netinet/ip_fw2.c

Modified: user/netchild/misc/src/sys/netinet/ip_fw2.c
==============================================================================
--- user/netchild/misc/src/sys/netinet/ip_fw2.c	Thu Oct 16 10:35:38 2008	(r183940)
+++ user/netchild/misc/src/sys/netinet/ip_fw2.c	Thu Oct 16 10:36:47 2008	(r183941)
@@ -3389,7 +3389,7 @@ done:
 
 pullup_failed:
 	if (V_fw_verbose)
-		printf("ipfw: pullup failed\n");
+		printf("ipfw: pullup failed, packet too short (network problem or malicious packet)\n");
 	return (IP_FW_DENY);
 }
 


More information about the svn-src-user mailing list