diff options
author | peter <peter@FreeBSD.org> | 1999-10-10 15:24:04 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-10-10 15:24:04 +0000 |
commit | 8912aa90303eef751dc447872ee65c1d65eacc58 (patch) | |
tree | 21c2001e478f13d6314b1cf666b8c6dfd6ade0dc | |
parent | bac47abbc448a97c1f29694f2575163acb4fea13 (diff) | |
download | FreeBSD-src-8912aa90303eef751dc447872ee65c1d65eacc58.zip FreeBSD-src-8912aa90303eef751dc447872ee65c1d65eacc58.tar.gz |
Put IPFILTER_LKM into opt_ipfilter.h and delete the other two IPFILTER
options that previously went there.
-rw-r--r-- | sys/conf/options | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/options b/sys/conf/options index f7fa23e..5894d64 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -216,8 +216,7 @@ MROUTING opt_mrouting.h INET opt_inet.h IPDIVERT DUMMYNET opt_ipdn.h -IPFILTER opt_ipfilter.h -IPFILTER_LOG opt_ipfilter.h +IPFILTER_LKM opt_ipfilter.h IPFIREWALL opt_ipfw.h IPFIREWALL_VERBOSE opt_ipfw.h IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h |