diff options
author | julian <julian@FreeBSD.org> | 1998-07-11 04:46:27 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1998-07-11 04:46:27 +0000 |
commit | 93e21e4d3d0d57d5fcaa74645ca34f42a0d52d53 (patch) | |
tree | 8a2fce874602869ca567e98a2656b43843e34173 /sys/conf | |
parent | 33db9aba37f9600580bf477d79178bce65cc3d4a (diff) | |
download | FreeBSD-src-93e21e4d3d0d57d5fcaa74645ca34f42a0d52d53.zip FreeBSD-src-93e21e4d3d0d57d5fcaa74645ca34f42a0d52d53.tar.gz |
Add ipforward option
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 1b064c2..2ca1fcc 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.444 1998/06/30 08:24:00 jmg Exp $ +# $Id: LINT,v 1.445 1998/06/30 14:43:01 bde Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -431,6 +431,7 @@ options MROUTING # Multicast routing options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #print information about # dropped packets +options IPFIREWALL_FORWARD #enable xparent proxy support options "IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default options IPDIVERT #divert sockets @@ -438,7 +439,6 @@ options IPFILTER #kernel ipfilter support options IPFILTER_LOG #ipfilter logging #options IPFILTER_LKM #kernel support for ip_fil.o LKM options TCPDEBUG -#options IPFW_DIVERT_OLDRESTART # old (broken) divert/restart semantics ##################################################################### |