diff options
author | andre <andre@FreeBSD.org> | 2004-08-19 18:29:55 +0000 |
---|---|---|
committer | andre <andre@FreeBSD.org> | 2004-08-19 18:29:55 +0000 |
commit | a0e3d1c15188431480351cf4c6f8f8f8b449a6bd (patch) | |
tree | 8500e5a3f5503d93bf4b07fba0b18f3a1cdc8fb3 /sys/conf | |
parent | 44f45fc5c10b74ca731029c5317fa8174e17ac4a (diff) | |
download | FreeBSD-src-a0e3d1c15188431480351cf4c6f8f8f8b449a6bd.zip FreeBSD-src-a0e3d1c15188431480351cf4c6f8f8f8b449a6bd.tar.gz |
Add comment that IPFIREWALL now requires option PFIL_HOOKS.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 41e0e9e..bd54d47 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -599,6 +599,7 @@ device stf #6to4 IPv6 over IPv4 encapsulation # conjunction with the `ipfw' program. IPFIREWALL_VERBOSE sends # logged packets to the system logger. IPFIREWALL_VERBOSE_LIMIT # limits the number of times a matching entry can be logged. +# IPFIREWALL requires the option PFIL_HOOKS. # # WARNING: IPFIREWALL defaults to a policy of "deny ip from any to any" # and if you do not add other rules during startup to allow access, |