diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-06-03 20:32:38 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-06-03 20:32:38 +0000 |
commit | 798d5be1c098887586e54b3b246f4284a815494e (patch) | |
tree | 0dd8522cb77c8230a8e0718a26c95ea554daef54 /debian/strongswan.templates.master | |
parent | 8f8852051396230219234efc1b893bf0ca427041 (diff) | |
download | vyos-strongswan-798d5be1c098887586e54b3b246f4284a815494e.tar.gz vyos-strongswan-798d5be1c098887586e54b3b246f4284a815494e.zip |
- Remove deprecated DH_VERSION setting from debian/rules.
- Beginnings of debconf-based enabling and disabling of pluto and
charon.
Diffstat (limited to 'debian/strongswan.templates.master')
-rw-r--r-- | debian/strongswan.templates.master | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/strongswan.templates.master b/debian/strongswan.templates.master index ca8b8e6e5..882dcc113 100644 --- a/debian/strongswan.templates.master +++ b/debian/strongswan.templates.master @@ -34,6 +34,22 @@ _Description: Do you wish to restart strongSwan? to restart, so this is generally a good idea. However this might take down existing connections and then bring them back up. +Template: strongswan/ikev1 +Type: boolean +Default: true +_Description: Do you wish to support IKEv1? + strongSwan supports both versions of the Internet Key Exchange protocol, + IKEv1 and IKEv2. Do you want to start the "pluto" daemon for IKEv1 support + when strongSwan is started? + +Template: strongswan/ikev2 +Type: boolean +Default: true +_Description: Do you wish to support IKEv2? + strongSwan supports both versions of the Internet Key Exchange protocol, + IKEv1 and IKEv2. Do you want to start the "charon" daemon for IKEv2 support + when strongSwan is started? + Template: strongswan/create_rsa_key Type: boolean Default: true |