mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fix malformed closing tag on comments in cisco .xml files
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com> This closes #369
This commit is contained in:
parent
b9b13d764d
commit
c5437d216f
@ -32,7 +32,7 @@ under the License.
|
|||||||
</inConfigs>
|
</inConfigs>
|
||||||
</configConfMos>
|
</configConfMos>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
aclpolicyrefdn="org-root/org-vlan-123/org-VDC-vlan-123/pset-Ingress-ACL-Policy-Set-vlan-123/polref-aaa"
|
aclpolicyrefdn="org-root/org-vlan-123/org-VDC-vlan-123/pset-Ingress-ACL-Policy-Set-vlan-123/polref-aaa"
|
||||||
aclpolicyname="aaa"
|
aclpolicyname="aaa"
|
||||||
--!>
|
-->
|
||||||
|
|||||||
@ -30,7 +30,7 @@ under the License.
|
|||||||
</inConfigs>
|
</inConfigs>
|
||||||
</configConfMos>
|
</configConfMos>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
aclpolicysetdn="org-root/org-vlan-123/org-VDC-vlan-123/pset-foo"
|
aclpolicysetdn="org-root/org-vlan-123/org-VDC-vlan-123/pset-foo"
|
||||||
aclpolicysetname="foo"
|
aclpolicysetname="foo"
|
||||||
--!>
|
-->
|
||||||
|
|||||||
@ -29,7 +29,7 @@ under the License.
|
|||||||
</inConfig>
|
</inConfig>
|
||||||
</configConfMo>
|
</configConfMo>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
aclpolicydn="org-root/org-vlan-123/org-VDC-vlan-123/pol-test_policy"
|
aclpolicydn="org-root/org-vlan-123/org-VDC-vlan-123/pol-test_policy"
|
||||||
aclpolicyname="test_policy"
|
aclpolicyname="test_policy"
|
||||||
--!>
|
-->
|
||||||
@ -76,7 +76,7 @@ under the License.
|
|||||||
<!--
|
<!--
|
||||||
aclruledn="org-root/org-vlan-123/org-VDC-vlan-123/pol-test_policy/rule-dummy"
|
aclruledn="org-root/org-vlan-123/org-VDC-vlan-123/pol-test_policy/rule-dummy"
|
||||||
aclrulename="dummy"
|
aclrulename="dummy"
|
||||||
descr=value
|
descr=value
|
||||||
actiontype="drop" or "permit"
|
actiontype="drop" or "permit"
|
||||||
ip="public ip at destination"
|
ip="public ip at destination"
|
||||||
--!>
|
-->
|
||||||
|
|||||||
@ -150,7 +150,7 @@ under the License.
|
|||||||
descr=value
|
descr=value
|
||||||
actiontype="drop" or "permit"
|
actiontype="drop" or "permit"
|
||||||
protocolvalue="TCP" or "UDP"
|
protocolvalue="TCP" or "UDP"
|
||||||
ip="public ip at destination"
|
ip="public ip at destination"
|
||||||
startport="start port at destination"
|
startport="start port at destination"
|
||||||
endport="end port at destination"
|
endport="end port at destination"
|
||||||
--!>
|
-->
|
||||||
|
|||||||
@ -69,4 +69,4 @@ under the License.
|
|||||||
"org-root/org-TenantC/org-VDC-TenantC/dhcp-server-TenantC-Dhcp-Policy/ip-range-iprange"
|
"org-root/org-TenantC/org-VDC-TenantC/dhcp-server-TenantC-Dhcp-Policy/ip-range-iprange"
|
||||||
"org-root/org-TestTenant3/org-Tenant3-VDC/dhcp-server-Tenant3-DHCP-Policy/dns-svc-Tenant3-DNS"
|
"org-root/org-TestTenant3/org-Tenant3-VDC/dhcp-server-Tenant3-DHCP-Policy/dns-svc-Tenant3-DNS"
|
||||||
"org-root/org-TestTenant3/org-Tenant3-VDC/dhcp-server-Tenant3-DHCP-Policy/dns-svc-Tenant3-DNS/dns-8.8.8.8"
|
"org-root/org-TestTenant3/org-Tenant3-VDC/dhcp-server-Tenant3-DHCP-Policy/dns-svc-Tenant3-DNS/dns-8.8.8.8"
|
||||||
--!>
|
-->
|
||||||
|
|||||||
@ -85,7 +85,7 @@ under the License.
|
|||||||
<!--
|
<!--
|
||||||
natruledn="org-root/org-vlan-123/org-VDC-vlan-123/natpol-aaa/rule-bbb"
|
natruledn="org-root/org-vlan-123/org-VDC-vlan-123/natpol-aaa/rule-bbb"
|
||||||
natrulename="bbb"
|
natrulename="bbb"
|
||||||
descr=value
|
descr=value
|
||||||
ippoolname="ccc"
|
ippoolname="ccc"
|
||||||
ip="10.147.30.230"
|
ip="10.147.30.230"
|
||||||
--!>
|
-->
|
||||||
|
|||||||
@ -86,4 +86,4 @@ under the License.
|
|||||||
ipAddressPrimary="%publicip%"
|
ipAddressPrimary="%publicip%"
|
||||||
ipSubnet="%outsidesubnet%"
|
ipSubnet="%outsidesubnet%"
|
||||||
name="%outsideintfname%
|
name="%outsideintfname%
|
||||||
--!>
|
-->
|
||||||
|
|||||||
@ -38,4 +38,4 @@ under the License.
|
|||||||
egressAclPsetRef="default-egress"
|
egressAclPsetRef="default-egress"
|
||||||
ingressAclPsetRef="default-ingress"
|
ingressAclPsetRef="default-ingress"
|
||||||
name="Tenant3-ESSP"
|
name="Tenant3-ESSP"
|
||||||
--!>
|
-->
|
||||||
|
|||||||
@ -162,7 +162,7 @@ under the License.
|
|||||||
actiontype="drop" or "permit"
|
actiontype="drop" or "permit"
|
||||||
protocolvalue = "TCP" or "UDP"
|
protocolvalue = "TCP" or "UDP"
|
||||||
sourcestartip="source start ip"
|
sourcestartip="source start ip"
|
||||||
sourceendip="source end ip"
|
sourceendip="source end ip"
|
||||||
deststartport="start port at destination"
|
deststartport="start port at destination"
|
||||||
destendport="end port at destination"
|
destendport="end port at destination"
|
||||||
--!>
|
-->
|
||||||
|
|||||||
@ -88,7 +88,7 @@ under the License.
|
|||||||
aclruledn="org-root/org-vlan-123/org-VDC-vlan-123/pol-test_policy/rule-dummy"
|
aclruledn="org-root/org-vlan-123/org-VDC-vlan-123/pol-test_policy/rule-dummy"
|
||||||
aclrulename="dummy"
|
aclrulename="dummy"
|
||||||
descr=value
|
descr=value
|
||||||
actiontype="drop" or "permit"
|
actiontype="drop" or "permit"
|
||||||
sourcestartip="source start ip"
|
sourcestartip="source start ip"
|
||||||
sourceendip="source end ip"
|
sourceendip="source end ip"
|
||||||
--!>
|
-->
|
||||||
|
|||||||
@ -115,7 +115,7 @@ under the License.
|
|||||||
aclrulename="dummy"
|
aclrulename="dummy"
|
||||||
descr=value
|
descr=value
|
||||||
actiontype="drop" or "permit"
|
actiontype="drop" or "permit"
|
||||||
protocolvalue = "TCP" or "UDP" or "ICMP"
|
protocolvalue = "TCP" or "UDP" or "ICMP"
|
||||||
sourcestartip="source start ip"
|
sourcestartip="source start ip"
|
||||||
sourceendip="source end ip"
|
sourceendip="source end ip"
|
||||||
--!>
|
-->
|
||||||
|
|||||||
@ -115,7 +115,7 @@ under the License.
|
|||||||
aclrulename="dummy"
|
aclrulename="dummy"
|
||||||
descr=value
|
descr=value
|
||||||
actiontype="drop" or "permit"
|
actiontype="drop" or "permit"
|
||||||
protocolvalue = "TCP" or "UDP" or "ICMP"
|
protocolvalue = "TCP" or "UDP" or "ICMP"
|
||||||
sourcestartip = "source start IP"
|
sourcestartip = "source start IP"
|
||||||
sourceendip = "source end IP"
|
sourceendip = "source end IP"
|
||||||
--!>
|
-->
|
||||||
|
|||||||
@ -162,7 +162,7 @@ under the License.
|
|||||||
actiontype="drop" or "permit"
|
actiontype="drop" or "permit"
|
||||||
protocolvalue = "TCP" or "UDP"
|
protocolvalue = "TCP" or "UDP"
|
||||||
sourcestartip="source start ip"
|
sourcestartip="source start ip"
|
||||||
sourceendip="source end ip"
|
sourceendip="source end ip"
|
||||||
deststartport="start port at destination"
|
deststartport="start port at destination"
|
||||||
destendport="end port at destination"
|
destendport="end port at destination"
|
||||||
--!>
|
-->
|
||||||
|
|||||||
@ -52,7 +52,7 @@ under the License.
|
|||||||
</configConfMos>
|
</configConfMos>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
ippooldn="org-root/org-vlan-123/org-VDC-vlan-123/objgrp-ccc"
|
ippooldn="org-root/org-vlan-123/org-VDC-vlan-123/objgrp-ccc"
|
||||||
ippoolname="ccc"
|
ippoolname="ccc"
|
||||||
ipvalue="10.1.1.20"
|
ipvalue="10.1.1.20"
|
||||||
--!>
|
-->
|
||||||
@ -32,7 +32,7 @@ under the License.
|
|||||||
</inConfigs>
|
</inConfigs>
|
||||||
</configConfMos>
|
</configConfMos>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
natpolicyrefdn="org-root/org-TenantD/org-VDC-TenantD/natpset-TenantD-NAT-Policy-Set/polref-Source-NAT-Policy-TenantD"
|
natpolicyrefdn="org-root/org-TenantD/org-VDC-TenantD/natpset-TenantD-NAT-Policy-Set/polref-Source-NAT-Policy-TenantD"
|
||||||
natpolicyname="Source-NAT-Policy-TenantD"
|
natpolicyname="Source-NAT-Policy-TenantD"
|
||||||
--!>
|
-->
|
||||||
|
|||||||
@ -34,4 +34,4 @@ under the License.
|
|||||||
<!--
|
<!--
|
||||||
natpolicysetdn="org-root/org-TenantD/org-VDC-TenantD/natpset-TenantD-NAT-Policy-Set"
|
natpolicysetdn="org-root/org-TenantD/org-VDC-TenantD/natpset-TenantD-NAT-Policy-Set"
|
||||||
natpolicysetname="Source-NAT-Policy-Set-TenantD"
|
natpolicysetname="Source-NAT-Policy-Set-TenantD"
|
||||||
--!>
|
-->
|
||||||
|
|||||||
@ -160,7 +160,7 @@ under the License.
|
|||||||
ippoolname="ccc"
|
ippoolname="ccc"
|
||||||
portpoolname="ddd"
|
portpoolname="ddd"
|
||||||
ip="10.147.30.230"
|
ip="10.147.30.230"
|
||||||
startport="22"
|
startport="22"
|
||||||
endport="22"
|
endport="22"
|
||||||
protocolvalue="TCP"
|
protocolvalue="TCP"
|
||||||
--!>
|
-->
|
||||||
|
|||||||
@ -66,7 +66,7 @@ under the License.
|
|||||||
|
|
||||||
<!--
|
<!--
|
||||||
portpooldn="org-root/org-vlan-123/org-VDC-vlan-123/objgrp-ddd"
|
portpooldn="org-root/org-vlan-123/org-VDC-vlan-123/objgrp-ddd"
|
||||||
portpoolname="ddd"
|
portpoolname="ddd"
|
||||||
startport="22"
|
startport="22"
|
||||||
endport="22"
|
endport="22"
|
||||||
--!>
|
-->
|
||||||
|
|||||||
@ -55,4 +55,4 @@ under the License.
|
|||||||
publicipdn="org-root/org-TestTenant3/org-Tenant3-VDC/objgrp-Source-NAT-Pool-For-Tenant3/objgrp-expr-2/nw-ip-2"
|
publicipdn="org-root/org-TestTenant3/org-Tenant3-VDC/objgrp-Source-NAT-Pool-For-Tenant3/objgrp-expr-2/nw-ip-2"
|
||||||
snatpooldn= "org-root/org-TestTenant3/org-Tenant3-VDC/objgrp-Source-NAT-Pool-For-Tenant3"
|
snatpooldn= "org-root/org-TestTenant3/org-Tenant3-VDC/objgrp-Source-NAT-Pool-For-Tenant3"
|
||||||
value="10.223.136.10"
|
value="10.223.136.10"
|
||||||
--!>
|
-->
|
||||||
|
|||||||
@ -100,4 +100,4 @@ under the License.
|
|||||||
ippoolname=value
|
ippoolname=value
|
||||||
srcstartip=value
|
srcstartip=value
|
||||||
srcendip=value
|
srcendip=value
|
||||||
--!>
|
-->
|
||||||
|
|||||||
@ -25,7 +25,7 @@ under the License.
|
|||||||
<inFilter>
|
<inFilter>
|
||||||
</inFilter>
|
</inFilter>
|
||||||
</orgResolveInScope>
|
</orgResolveInScope>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
vdcdn="org-root/org-vlan-123/org-VDC-vlan-123"
|
vdcdn="org-root/org-vlan-123/org-VDC-vlan-123"
|
||||||
--!>
|
-->
|
||||||
|
|||||||
@ -21,7 +21,7 @@ under the License.
|
|||||||
inDn="%dn%"
|
inDn="%dn%"
|
||||||
inHierarchical="true">
|
inHierarchical="true">
|
||||||
<inFilter>
|
<inFilter>
|
||||||
</inFilter>
|
</inFilter>
|
||||||
</configResolveChildren>
|
</configResolveChildren>
|
||||||
|
|
||||||
<!--dn="org-root/org-vlan-517/org-VDC-vlan-517/natpol-DNAT-vlan-517-10-147-30-235"--!>
|
<!--dn="org-root/org-vlan-517/org-VDC-vlan-517/natpol-DNAT-vlan-517-10-147-30-235"-->
|
||||||
|
|||||||
@ -25,7 +25,7 @@ under the License.
|
|||||||
<inFilter>
|
<inFilter>
|
||||||
</inFilter>
|
</inFilter>
|
||||||
</orgResolveInScope>
|
</orgResolveInScope>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
vdcdn="org-root/org-vlan-123/org-VDC-vlan-123"
|
vdcdn="org-root/org-vlan-123/org-VDC-vlan-123"
|
||||||
--!>
|
-->
|
||||||
|
|||||||
@ -25,7 +25,7 @@ under the License.
|
|||||||
<inFilter>
|
<inFilter>
|
||||||
</inFilter>
|
</inFilter>
|
||||||
</orgResolveInScope>
|
</orgResolveInScope>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
vdcdn="org-root/org-vlan-123/org-VDC-vlan-123"
|
vdcdn="org-root/org-vlan-123/org-VDC-vlan-123"
|
||||||
--!>
|
-->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user