config.in
来自「FREESWAN VPN源代码包」· IN 代码 · 共 64 行
IN
64 行
## IPSEC configuration# Copyright (C) 1998, 1999, 2000,2001 Richard Guy Briggs.# # This program is free software; you can redistribute it and/or modify it# under the terms of the GNU General Public License as published by the# Free Software Foundation; either version 2 of the License, or (at your# option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.# # This program is distributed in the hope that it will be useful, but# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License# for more details.## RCSID $Id: Config.in,v 1.3 2002/09/05 03:53:52 ken Exp $comment 'IPSec options (FreeS/WAN)'bool ' IPSEC: IP-in-IP encapsulation (tunnel mode)' CONFIG_IPSEC_IPIPbool ' IPSEC: Authentication Header' CONFIG_IPSEC_AHif [ "$CONFIG_IPSEC_AH" = "y" -o "$CONFIG_IPSEC_ESP" = "y" ]; then bool ' HMAC-MD5 authentication algorithm' CONFIG_IPSEC_AUTH_HMAC_MD5 bool ' HMAC-SHA1 authentication algorithm' CONFIG_IPSEC_AUTH_HMAC_SHA1fibool ' IPSEC: Encapsulating Security Payload' CONFIG_IPSEC_ESPif [ "$CONFIG_IPSEC_ESP" = "y" ]; then bool ' 3DES encryption algorithm' CONFIG_IPSEC_ENC_3DESfibool ' IPSEC Modular Extensions' CONFIG_IPSEC_ALGif [ "$CONFIG_IPSEC_ALG" != "n" ]; then source net/ipsec/alg/Config.infibool ' IPSEC: IP Compression' CONFIG_IPSEC_IPCOMPbool ' IPSEC Debugging Option' CONFIG_IPSEC_DEBUGbool ' IPSEC NAT-Traversal' CONFIG_IPSEC_NAT_TRAVERSAL### $Log: Config.in,v $# Revision 1.3 2002/09/05 03:53:52 ken# Added NAT-T Patch## Revision 1.2 2002/09/05 03:27:08 ken# Applied freeswan-alg-0.8.0-BASE-klips.diff## Revision 1.1.1.1 2002/09/05 03:13:17 ken# 1.98b## Revision 1.25 2002/02/21 19:55:12 mcr# removed all traces of IPSEC_CONFIG_REGRESS because it# screwed up 2.2's "make menuconfig" scripts.## Revision 1.24 2002/01/28 20:24:31 mcr# commented out IPSEC_REGRESS option from user visible config.##
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?