mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
30 lines
481 B
XML
30 lines
481 B
XML
<rpc>
|
|
<load-configuration>
|
|
<configuration>
|
|
<security>
|
|
<policies>
|
|
<policy>
|
|
<from-zone-name>%from-zone%</from-zone-name>
|
|
<to-zone-name>%to-zone%</to-zone-name>
|
|
<policy>
|
|
<name>%policy-name%</name>
|
|
<match>
|
|
<source-address>%src-address%</source-address>
|
|
<destination-address>%dest-address%</destination-address>
|
|
%applications%
|
|
</match>
|
|
<then>
|
|
<permit>
|
|
%tunnel%
|
|
</permit>
|
|
<count>
|
|
</count>
|
|
</then>
|
|
</policy>
|
|
</policy>
|
|
</policies>
|
|
</security>
|
|
</configuration>
|
|
</load-configuration>
|
|
</rpc>
|