mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
22 lines
419 B
XML
22 lines
419 B
XML
<rpc>
|
|
<load-configuration>
|
|
<configuration>
|
|
<security>
|
|
<ike>
|
|
<gateway>
|
|
<name>%gateway-name%</name>
|
|
<ike-policy>%ike-policy-name%</ike-policy>
|
|
<dynamic>
|
|
<hostname>%ike-gateway-hostname%</hostname>
|
|
</dynamic>
|
|
<external-interface>%public-interface-name%</external-interface>
|
|
<xauth>
|
|
<access-profile>%access-profile-name%</access-profile>
|
|
</xauth>
|
|
</gateway>
|
|
</ike>
|
|
</security>
|
|
</configuration>
|
|
</load-configuration>
|
|
</rpc>
|