X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fvswitch.xml;h=4aa46494877cad63074eec97cea349293dca5a1a;hb=027f90073af54d394f629f4f091a316b26beec67;hp=4cc29da03b7f975bc86c6cf27f0feadacf6e3a17;hpb=e16a28b5854823e2d67099d49f7690235162b555;p=openvswitch diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 4cc29da0..4aa46494 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -759,15 +759,16 @@
ipsec_gre
-
An Ethernet over RFC 2890 Generic Routing Encapsulation over - IPv4 IPsec tunnel. Each tunnel (including those of type - gre) must be uniquely identified by the - combination of remote_ip and - local_ip. Note that if two ports are defined - that are the same except one has an optional identifier and - the other does not, the more specific one is matched first. - The following options may be specified in the - column: +
An Ethernet over RFC 2890 Generic Routing Encapsulation + over IPv4 IPsec tunnel. Each tunnel (including those of type + gre) must be uniquely identified by the + combination of remote_ip and + local_ip. Note that if two ports are defined + that are the same except one has an optional identifier and + the other does not, the more specific one is matched first. + An authentication method of peer_cert or + psk must be defined. The following options may + be specified in the column:
remote_ip
Required. The tunnel endpoint.
@@ -778,9 +779,30 @@ match. Default is to match all addresses.
-
ipsec_psk
-
Required. Specifies a pre-shared key for authentication - that must be identical on both sides of the tunnel.
+
peer_cert
+
Required for certificate authentication. A string + containing the peer's certificate in PEM format. + Additionally the host's certificate must be specified + with the certificate option.
+
+
+
certificate
+
Required for certificate authentication. The name of a + PEM file containing a certificate that will be presented + to the peer during authentication.
+
+
+
private_key
+
Optional for certificate authentication. The name of + a PEM file containing the private key associated with + certificate. If certificate + contains the private key, this option may be omitted.
+
+
+
psk
+
Required for pre-shared key authentication. Specifies a + pre-shared key for authentication that must be identical on + both sides of the tunnel.
in_key