diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 1999-12-17 06:17:09 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 1999-12-17 06:17:09 +0000 |
commit | 4079660d028fd04257f79612e62b4e10cd975afe (patch) | |
tree | 1a3daed7c047fa6eadb26bb92a21c19a59895a62 /sys/netinet/ipl.h | |
parent | b44956e30be4e6576489a64e05343069fd07d608 (diff) |
Update to Darren Reed's IPFilter 3.3.5
Fixes: realaudio proxy issues, "log level" printing, and
source address for icmp replies (was reversed).
Thoughtfully submitted by techs@obfuscation.org
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 9ebb6abc239..9c4d8badf2d 100644 --- a/sys/netinet/ipl.h +++ b/sys/netinet/ipl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ipl.h,v 1.1 1999/12/14 04:17:17 kjell Exp $ */ +/* $OpenBSD: ipl.h,v 1.2 1999/12/17 06:17:08 kjell Exp $ */ /* * Copyright (C) 1993-1999 by Darren Reed. * @@ -12,6 +12,6 @@ #ifndef __IPL_H__ #define __IPL_H__ -#define IPL_VERSION "IP Filter: v3.3.4" +#define IPL_VERSION "IP Filter: v3.3.5" #endif |