diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-07-25 15:40:19 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-07-25 15:40:19 +0000 |
commit | 7cb47a1160e13fba24c2d220640cbcb82d299250 (patch) | |
tree | a031125732edfdd7f4c7b5e15b76d4fbcd2ce297 | |
parent | e534b00520eb5f1e40415e2537be435b7523dedc (diff) | |
download | FreeBSD-src-7cb47a1160e13fba24c2d220640cbcb82d299250.zip FreeBSD-src-7cb47a1160e13fba24c2d220640cbcb82d299250.tar.gz |
Document IPFILTER_DEFAULT_BLOCK.
PR: 20075
Submitted by: Arjan de Vet <Arjan.deVet@adv.iae.nl>
-rw-r--r-- | sys/conf/NOTES | 1 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 7658c6f..1222f79 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -541,6 +541,7 @@ options IPV6FIREWALL_DEFAULT_TO_ACCEPT options IPDIVERT #divert sockets options IPFILTER #ipfilter support options IPFILTER_LOG #ipfilter logging +options IPFILTER_DEFAULT_BLOCK #block all packets by default options IPSTEALTH #support for stealth forwarding options TCPDEBUG diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 7658c6f..1222f79 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -541,6 +541,7 @@ options IPV6FIREWALL_DEFAULT_TO_ACCEPT options IPDIVERT #divert sockets options IPFILTER #ipfilter support options IPFILTER_LOG #ipfilter logging +options IPFILTER_DEFAULT_BLOCK #block all packets by default options IPSTEALTH #support for stealth forwarding options TCPDEBUG |