mirror of https://github.com/apache/cloudstack.git
18 lines
425 B
XML
18 lines
425 B
XML
<configConfMos
|
|
cookie="%cookie%"
|
|
inHierarchical="false">
|
|
<inConfigs>
|
|
<pair key="%routedn%" >
|
|
<routeStaticRoute
|
|
dn="%routedn%"
|
|
id="%id%"
|
|
ipAddress="%destination%"
|
|
ipSubnet="%netmask%"
|
|
nextHopGWIp="%nexthop%"
|
|
nextHopIntf="%nexthopintf%"
|
|
routeMetric="1"
|
|
status="created"/>
|
|
</pair>
|
|
</inConfigs>
|
|
</configConfMos>
|