From 75b4f99d65c79fc19890c1fe50a53dcb8e962c4b Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 23 Nov 1999 21:44:59 +0000 Subject: Add kernel parts of revived ipfilter (3.3.3.) --- sys/i386/conf/LINT | 5 ++--- sys/i386/conf/NOTES | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'sys/i386/conf') diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index e5c3662..df6c621 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -489,8 +489,6 @@ options PPP_FILTER #enable bpf filtering (needs bpf) # # IPDIVERT enables the divert IP sockets, used by ``ipfw divert'' # -# IPFILTER_LKM enables LKM support for an ipfilter module (untested). -# # IPSTEALTH enables code to support stealth forwarding (i.e., forwarding # packets without touching the ttl). This can be useful to hide firewalls # from traceroute and similar tools. @@ -506,7 +504,8 @@ options IPFIREWALL_FORWARD #enable transparent proxy support options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default options IPDIVERT #divert sockets -#options IPFILTER_LKM #kernel support for ip_fil.o LKM +options IPFILTER #ipfilter support +options IPFILTER_LOG #ipfilter logging options IPSTEALTH #support for stealth forwarding options TCPDEBUG diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index e5c3662..df6c621 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -489,8 +489,6 @@ options PPP_FILTER #enable bpf filtering (needs bpf) # # IPDIVERT enables the divert IP sockets, used by ``ipfw divert'' # -# IPFILTER_LKM enables LKM support for an ipfilter module (untested). -# # IPSTEALTH enables code to support stealth forwarding (i.e., forwarding # packets without touching the ttl). This can be useful to hide firewalls # from traceroute and similar tools. @@ -506,7 +504,8 @@ options IPFIREWALL_FORWARD #enable transparent proxy support options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default options IPDIVERT #divert sockets -#options IPFILTER_LKM #kernel support for ip_fil.o LKM +options IPFILTER #ipfilter support +options IPFILTER_LOG #ipfilter logging options IPSTEALTH #support for stealth forwarding options TCPDEBUG -- cgit v1.1