summaryrefslogtreecommitdiff
path: root/doc/ipsec.conf.2_to_1
diff options
context:
space:
mode:
authorRene Mayrhofer <rene@mayrhofer.eu.org>2006-05-22 05:12:18 +0000
committerRene Mayrhofer <rene@mayrhofer.eu.org>2006-05-22 05:12:18 +0000
commitaa0f5b38aec14428b4b80e06f90ff781f8bca5f1 (patch)
tree95f3d0c8cb0d59d88900dbbd72110d7ab6e15b2a /doc/ipsec.conf.2_to_1
parent7c383bc22113b23718be89fe18eeb251942d7356 (diff)
downloadvyos-strongswan-aa0f5b38aec14428b4b80e06f90ff781f8bca5f1.tar.gz
vyos-strongswan-aa0f5b38aec14428b4b80e06f90ff781f8bca5f1.zip
Import initial strongswan 2.7.0 version into SVN.
Diffstat (limited to 'doc/ipsec.conf.2_to_1')
-rw-r--r--doc/ipsec.conf.2_to_122
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/ipsec.conf.2_to_1 b/doc/ipsec.conf.2_to_1
new file mode 100644
index 000000000..3100ed78d
--- /dev/null
+++ b/doc/ipsec.conf.2_to_1
@@ -0,0 +1,22 @@
+version 2
+# If you put the preceding line in front of a 1.x ipsec.conf,
+# it should work within 2.x.
+
+
+# Merge the following sections with your existing config setup
+# and conn %default.
+# Allot these values to any you have not explictly defined.
+
+config setup
+ interfaces=%none # new default is %defaultroute
+ plutoload=%none # new default is %search
+ plutostart=%none # new default is %search
+
+conn %default
+ uniqueids=no # new default is yes
+ keyingtries=3 # new default is %forever
+ disablearrivalcheck=yes # new default is no
+ authby=secret # new default is rsasig
+ leftrsasigkey=%none # new default %dnsondemand
+ rightrsasigkey=%none # new default %dnsondemand
+