From: Justin Pettit Date: Thu, 23 Sep 2010 05:52:04 +0000 (-0700) Subject: vswitch: Reference ipsec_local_ip and ipsec_psk with underscores X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6494c64e35f62411f770be086ba6a0914afaf5d;p=openvswitch 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. --- 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.