diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2000-05-01 06:16:49 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2000-05-01 06:16:49 +0000 |
commit | d24b51e112374ff553c9ae36e55808bb30581893 (patch) | |
tree | b17d9cba02ca495d6e5dd40df3034c4f52466066 /sys/netinet/ipl.h | |
parent | c848fe89af4c851a8ccac4ec3a589c581c90fd7f (diff) |
Update to ipfilter 3.3.13. This should be the last of the 3.3.x releases.
This patch fixes mostly ICMP timeout problems, as the ftp proxy
changes were imported previously.
Diffstat (limited to 'sys/netinet/ipl.h')
-rw-r--r-- | sys/netinet/ipl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ipl.h b/sys/netinet/ipl.h index 51ff1be4026..4cd719e11d5 100644 --- a/sys/netinet/ipl.h +++ b/sys/netinet/ipl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ipl.h,v 1.8 2000/04/12 21:46:42 kjell Exp $ */ +/* $OpenBSD: ipl.h,v 1.9 2000/05/01 06:16:47 kjell Exp $ */ /* * Copyright (C) 1993-1999 by Darren Reed. @@ -13,6 +13,6 @@ #ifndef __IPL_H__ #define __IPL_H__ -#define IPL_VERSION "IP Filter: v3.3.12a" +#define IPL_VERSION "IP Filter: v3.3.13" #endif |