From e6494c64e35f62411f770be086ba6a0914afaf5d Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Wed, 22 Sep 2010 22:52:04 -0700 Subject: [PATCH] vswitch: Reference ipsec_local_ip and ipsec_psk with underscores The GRE-over-IPsec the documentation describes "ipsec-local-ip" and "ipsec-psk" when they actually use underscores. --- vswitchd/vswitch.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 5b5655dd..bb3f648f 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -781,18 +781,18 @@ available through the openvswitch-ipsec package for Debian. The currently defined key-value pairs are:
-
ipsec-local-ip
+
ipsec_local_ip
Required key for GRE-over-IPsec interfaces. Additionally, the must be gre and the - ipsec-psk key must + ipsec_psk key must be set. The in_key, out_key, and key must not be set.
-
ipsec-psk
+
ipsec_psk
Required key for GRE-over-IPsec interfaces. Specifies a pre-shared key for authentication that must be identical on both sides of the tunnel. Additionally, the - ipsec-local-ip key must also be set.
+ ipsec_local_ip key must also be set.
-- 2.30.2