Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Oct 2008 10:36:47 +0000 (UTC)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r183941 - user/netchild/misc/src/sys/netinet
Message-ID:  <200810161036.m9GAalGi058209@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810161036.m9GAalGi058209>