patch-2.0.37 linux/net/ipv4/Config.in
Next file: linux/net/ipv4/arp.c
Previous file: linux/net/bridge/br_tree.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Sun Jun 13 10:21:04 1999
- Orig file:
v2.0.36/linux/net/ipv4/Config.in
- Orig date:
Mon Jul 13 13:46:43 1998
diff -u --recursive --new-file v2.0.36/linux/net/ipv4/Config.in linux/net/ipv4/Config.in
@@ -16,6 +16,23 @@
comment 'Protocol-specific masquerading support will be built as modules.'
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
bool 'IP: ipautofw masquerading (EXPERIMENTAL)' CONFIG_IP_MASQUERADE_IPAUTOFW
+ bool 'IP: MS PPTP masq support (EXPERIMENTAL)' CONFIG_IP_MASQUERADE_PPTP
+ if [ "$CONFIG_IP_MASQUERADE_PPTP" = "y" ]; then
+ bool 'IP: MS PPTP Call ID masq support (EXPERIMENTAL)' CONFIG_IP_MASQUERADE_PPTP_MULTICLIENT
+ bool 'IP: MS PPTP masq debugging' DEBUG_IP_MASQUERADE_PPTP
+ if [ "$DEBUG_IP_MASQUERADE_PPTP" = "y" ]; then
+ bool 'IP: MS PPTP masq verbose debugging' DEBUG_IP_MASQUERADE_PPTP_VERBOSE
+ fi
+ fi
+ bool 'IP: IPSEC ESP & ISAKMP masq support (EXPERIMENTAL)' CONFIG_IP_MASQUERADE_IPSEC
+ if [ "$CONFIG_IP_MASQUERADE_IPSEC" = "y" ]; then
+ int 'IP: IPSEC masq table lifetime (minutes)' CONFIG_IP_MASQUERADE_IPSEC_EXPIRE 30
+ bool 'IP: Disable inbound ESP destination guessing' CONFIG_IP_MASQUERADE_IPSEC_NOGUESS
+ bool 'IP: IPSEC masq debugging' DEBUG_IP_MASQUERADE_IPSEC
+ if [ "$DEBUG_IP_MASQUERADE_IPSEC" = "y" ]; then
+ bool 'IP: IPSEC masq verbose debugging' DEBUG_IP_MASQUERADE_IPSEC_VERBOSE
+ fi
+ fi
fi
bool 'IP: ICMP masquerading' CONFIG_IP_MASQUERADE_ICMP
fi
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov