aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_input.c
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1999-01-12 12:25:00 +0000
committerEivind Eklund <eivind@FreeBSD.org>1999-01-12 12:25:00 +0000
commitdee383e043cd01379d4ba988527f5eea2fce699b (patch)
treef3fbab77049da7dd0185bfe1f3ecae34b6dc6550 /sys/netinet/ip_input.c
parentfc8be383ecd6ce9edf06e2d7f144fbc14a261c6c (diff)
Notes
Diffstat (limited to 'sys/netinet/ip_input.c')
-rw-r--r--sys/netinet/ip_input.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index 6739cb904fe0..d6cc0d532469 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ip_input.c 8.2 (Berkeley) 1/4/94
- * $Id: ip_input.c,v 1.109 1998/12/14 18:09:13 luigi Exp $
+ * $Id: ip_input.c,v 1.110 1998/12/21 22:40:54 luigi Exp $
* $ANA: ip_input.c,v 1.5 1996/09/18 14:34:59 wollman Exp $
*/
@@ -378,7 +378,9 @@ tooshort:
* - Encapsulate: put it in another IP and send out. <unimp.>
*/
+#if defined(IPFIREWALL) && defined(DUMMYNET)
iphack:
+#endif
#if defined(IPFILTER) || defined(IPFILTER_LKM)
/*
* Check if we want to allow this packet to be processed.