diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2000-03-13 23:40:21 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2000-03-13 23:40:21 +0000 |
commit | d975165e0ed6e5da9195594fc631897099795165 (patch) | |
tree | bdffd1b05cf8f4336b2f0c1301c4bf4d3f87f5b6 /sys/netinet/ip_state.h | |
parent | 32036e41bdf3a075b472706bb1888bea896ded04 (diff) |
Import of Darren Reed's IPFilter 3.3.11. See sbin/ipf/HISTORY for detailed
changelog. Documentation changes are now way behind. Volunteers?
Diffstat (limited to 'sys/netinet/ip_state.h')
-rw-r--r-- | sys/netinet/ip_state.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/netinet/ip_state.h b/sys/netinet/ip_state.h index bc7a7b3a309..5cc276d4d41 100644 --- a/sys/netinet/ip_state.h +++ b/sys/netinet/ip_state.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_state.h,v 1.12 2000/02/16 22:34:20 kjell Exp $ */ +/* $OpenBSD: ip_state.h,v 1.13 2000/03/13 23:40:18 kjell Exp $ */ /* * Copyright (C) 1995-1998 by Darren Reed. @@ -8,7 +8,7 @@ * to the original author and the contributors. * * @(#)ip_state.h 1.3 1/12/96 (C) 1995 Darren Reed - * $IPFilter: ip_state.h,v 2.1.2.3 2000/02/15 08:04:03 darrenr Exp $ + * $IPFilter: ip_state.h,v 2.1.2.4 2000/02/23 15:23:27 darrenr Exp $ */ #ifndef __IP_STATE_H__ #define __IP_STATE_H__ @@ -58,7 +58,6 @@ typedef struct ipstate { struct in_addr is_src; struct in_addr is_dst; u_char is_p; /* Protocol */ - u_char is_rout; /* Is rule in/out ? */ u_32_t is_flags; u_32_t is_opt; /* packet options set */ u_32_t is_optmsk; /* " " mask */ |