vswitch: Reference ipsec_local_ip and ipsec_psk with underscores
authorJustin Pettit <jpettit@nicira.com>
Thu, 23 Sep 2010 05:52:04 +0000 (22:52 -0700)
committerJustin Pettit <jpettit@nicira.com>
Thu, 23 Sep 2010 05:52:04 +0000 (22:52 -0700)
The GRE-over-IPsec the documentation describes "ipsec-local-ip" and
"ipsec-psk" when they actually use underscores.

vswitchd/vswitch.xml

index 5b5655d..bb3f648 100644 (file)
         available through the <code>openvswitch-ipsec</code> package for
         Debian.  The currently defined key-value pairs are:
         <dl>
-          <dt><code>ipsec-local-ip</code></dt>
+          <dt><code>ipsec_local_ip</code></dt>
           <dd>Required key for GRE-over-IPsec interfaces.  Additionally,
             the <ref column="type"/> must be <code>gre</code> and the
-            <code>ipsec-psk</code> <ref column="other_config"/> key must
+            <code>ipsec_psk</code> <ref column="other_config"/> key must
             be set.  The <code>in_key</code>, <code>out_key</code>, and
             <code>key</code> <ref column="options"/> must not be
             set.</dd>
-          <dt><code>ipsec-psk</code></dt>
+          <dt><code>ipsec_psk</code></dt>
           <dd>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
-            <code>ipsec-local-ip</code> key must also be set.</dd>
+            <code>ipsec_local_ip</code> key must also be set.</dd>
         </dl>
       </column>