patch-2.0.8 linux/net/ipv4/Config.in
Next file: linux/net/ipv4/ip_forward.c
Previous file: linux/net/bridge/br.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Jul 19 08:24:05 1996
- Orig file:
v2.0.7/linux/net/ipv4/Config.in
- Orig date:
Thu Jun 6 17:42:38 1996
diff -u --recursive --new-file v2.0.7/linux/net/ipv4/Config.in linux/net/ipv4/Config.in
@@ -7,7 +7,7 @@
bool 'IP: firewalling' CONFIG_IP_FIREWALL
if [ "$CONFIG_IP_FIREWALL" = "y" ]; then
bool 'IP: firewall packet logging' CONFIG_IP_FIREWALL_VERBOSE
- if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+ if [ "$CONFIG_EXPERIMENTAL" = "y" -a "$CONFIG_IP_FORWARD" = "y" ]; then
bool 'IP: masquerading (EXPERIMENTAL)' CONFIG_IP_MASQUERADE
if [ "$CONFIG_IP_MASQUERADE" != "n" ]; then
comment 'Protocol-specific masquerading support will be built as modules.'
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov