diff options
author | Miloslav Trmac <mitr@volny.cz> | 2006-07-09 00:06:38 +0000 |
---|---|---|
committer | Miloslav Trmac <mitr@volny.cz> | 2006-07-09 00:06:38 +0000 |
commit | 775f15b4e6a7cc0612cb3b9c8900c20909dcdd6a (patch) | |
tree | cd8848c115d927cb20dc89568e1b69185af06ce0 /sysconfig.txt | |
parent | 2f1ee09e22df968185dc56b674f8a1e30240b248 (diff) | |
download | initscripts-775f15b4e6a7cc0612cb3b9c8900c20909dcdd6a.tar initscripts-775f15b4e6a7cc0612cb3b9c8900c20909dcdd6a.tar.gz initscripts-775f15b4e6a7cc0612cb3b9c8900c20909dcdd6a.tar.bz2 initscripts-775f15b4e6a7cc0612cb3b9c8900c20909dcdd6a.tar.xz initscripts-775f15b4e6a7cc0612cb3b9c8900c20909dcdd6a.zip |
- Add ESP authentication support (last part of #168972, based on a patch by
Aleksandar Milivojevic <alex@milivojevic.org>)
- Beautify up handle_keys() a bit.
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index b01a4e1a..29fbf172 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -834,8 +834,11 @@ Files in /etc/sysconfig/network-scripts/ AH_PROTO{,_IN,_OUT}=protocol to use for AH (defaults to hmac-sha1) ESP_PROTO{,_IN,_OUT}=protocol to use for ESP (defaults to 3des-cbc) + AESP_PROTO{,_IN,_OUT}=protocol to use for ESP authentication (defaults to + hmac-sha1) KEY_AH{,_IN,_OUT}=AH key - KEY_ESP{,_IN,_OUT}=ESP key + KEY_ESP{,_IN,_OUT}=ESP encryption key + KEY_AESP{,_IN,_OUT}=ESP authentication key (optional) SPI_{ESP,AH}_{IN,OUT}=SPIs to use _IN and _OUT specifiers are for using different keys or protocols for |