Add ipforward option
This commit is contained in:
parent
9d508ad2d9
commit
e06ccb171b
@ -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
|
||||
|
||||
|
||||
#####################################################################
|
||||
|
@ -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
|
||||
|
||||
|
||||
#####################################################################
|
||||
|
@ -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
|
||||
|
||||
|
||||
#####################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user