summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fil.h
diff options
context:
space:
mode:
authorKjell Wooding <kjell@cvs.openbsd.org>1999-12-28 08:20:41 +0000
committerKjell Wooding <kjell@cvs.openbsd.org>1999-12-28 08:20:41 +0000
commit7195a2c5f2fe617425cb321e2ce130af94150fb5 (patch)
tree07e902350a9e6781c7f09a20f0caca941d98918e /sys/netinet/ip_fil.h
parent0d7654804769e321efcc8c5b5faf105a09cc18eb (diff)
Update to ipfilter 3.3.6. See src/sbin/ipf/HISTORY for details.
Diffstat (limited to 'sys/netinet/ip_fil.h')
-rw-r--r--sys/netinet/ip_fil.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/sys/netinet/ip_fil.h b/sys/netinet/ip_fil.h
index a44e5780b47..96bc712f0d0 100644
--- a/sys/netinet/ip_fil.h
+++ b/sys/netinet/ip_fil.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_fil.h,v 1.13 1999/12/15 05:20:21 kjell Exp $ */
+/* $OpenBSD: ip_fil.h,v 1.14 1999/12/28 08:20:40 kjell Exp $ */
/*
* Copyright (C) 1993-1998 by Darren Reed.
*
@@ -7,7 +7,7 @@
* to the original author and the contributors.
*
* @(#)ip_fil.h 1.35 6/5/96
- * $Id: ip_fil.h,v 1.13 1999/12/15 05:20:21 kjell Exp $
+ * $Id: ip_fil.h,v 1.14 1999/12/28 08:20:40 kjell Exp $
*/
#ifndef __IP_FIL_H__
@@ -308,11 +308,15 @@ typedef struct friostat {
struct frentry *f_auth;
struct frgroup *f_groups[3][2];
u_long f_froute[2];
- int f_active; /* 1 or 0 - active rule set */
int f_defpass; /* default pass - from fr_pass */
- int f_running; /* 1 if running, else 0 */
- int f_logging; /* 1 if enabled, else 0 */
+ char f_active; /* 1 or 0 - active rule set */
+ char f_running; /* 1 if running, else 0 */
+ char f_logging; /* 1 if enabled, else 0 */
+#if !SOLARIS && defined(sun)
+ char f_version[25]; /* version string */
+#else
char f_version[32]; /* version string */
+#endif
} friostat_t;
typedef struct optlist {