#if 0
#ifndef lint
static char sccsid[] = "@(#)ip_fil.c 2.41 6/5/96 (C) 1993-1995 Darren Reed";
-static char rcsid[] = "$OpenBSD: ip_fil.c,v 1.8 1997/01/18 08:29:19 downsj Exp $";
+static char rcsid[] = "$OpenBSD: ip_fil.c,v 1.9 1997/02/05 00:53:11 kstailey Exp $";
#endif
#endif
#endif
int ipl_inited = 0;
-int ipl_unreach = ICMP_UNREACH_FILTER;
+int ipl_unreach = ICMP_UNREACH_FILTER_PROHIB;
#ifdef IPFILTER_LOG
# define LOGSIZE 8192
* to the original author and the contributors.
*
* @(#)ip_fil.h 1.35 6/5/96
- * $OpenBSD: ip_fil.h,v 1.6 1996/10/08 07:33:26 niklas Exp $
+ * $OpenBSD: ip_fil.h,v 1.7 1997/02/05 00:53:12 kstailey Exp $
*/
#ifndef __IP_FIL_H__
} ipl_ci_t;
-#ifndef ICMP_UNREACH_FILTER
-#define ICMP_UNREACH_FILTER 13
+#ifndef ICMP_UNREACH_FILTER_PROHIB
+#define ICMP_UNREACH_FILTER_PROHIB 13
#endif
/*
* Security Options for Intenet Protocol (IPSO) as defined in RFC 1108.