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:
Rafael da Fonseca 2015-06-07 21:52:34 +02:00 committed by Daan Hoogland
parent b9b13d764d
commit c5437d216f
25 changed files with 82 additions and 82 deletions

View File

@ -35,4 +35,4 @@ under the License.
<!-- <!--
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"
--!> -->

View File

@ -33,4 +33,4 @@ under the License.
<!-- <!--
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"
--!> -->

View File

@ -32,4 +32,4 @@ under the License.
<!-- <!--
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"
--!> -->

View File

@ -79,4 +79,4 @@ under the License.
descr=value descr=value
actiontype="drop" or "permit" actiontype="drop" or "permit"
ip="public ip at destination" ip="public ip at destination"
--!> -->

View File

@ -153,4 +153,4 @@ under the License.
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"
--!> -->

View File

@ -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"
--!> -->

View File

@ -88,4 +88,4 @@ under the License.
descr=value descr=value
ippoolname="ccc" ippoolname="ccc"
ip="10.147.30.230" ip="10.147.30.230"
--!> -->

View File

@ -86,4 +86,4 @@ under the License.
ipAddressPrimary="%publicip%" ipAddressPrimary="%publicip%"
ipSubnet="%outsidesubnet%" ipSubnet="%outsidesubnet%"
name="%outsideintfname% name="%outsideintfname%
--!> -->

View File

@ -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"
--!> -->

View File

@ -165,4 +165,4 @@ under the License.
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"
--!> -->

View File

@ -91,4 +91,4 @@ under the License.
actiontype="drop" or "permit" actiontype="drop" or "permit"
sourcestartip="source start ip" sourcestartip="source start ip"
sourceendip="source end ip" sourceendip="source end ip"
--!> -->

View File

@ -118,4 +118,4 @@ under the License.
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"
--!> -->

View File

@ -118,4 +118,4 @@ under the License.
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"
--!> -->

View File

@ -165,4 +165,4 @@ under the License.
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"
--!> -->

View File

@ -55,4 +55,4 @@ under the License.
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"
--!> -->

View File

@ -35,4 +35,4 @@ under the License.
<!-- <!--
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"
--!> -->

View File

@ -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"
--!> -->

View File

@ -163,4 +163,4 @@ under the License.
startport="22" startport="22"
endport="22" endport="22"
protocolvalue="TCP" protocolvalue="TCP"
--!> -->

View File

@ -69,4 +69,4 @@ under the License.
portpoolname="ddd" portpoolname="ddd"
startport="22" startport="22"
endport="22" endport="22"
--!> -->

View File

@ -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"
--!> -->

View File

@ -100,4 +100,4 @@ under the License.
ippoolname=value ippoolname=value
srcstartip=value srcstartip=value
srcendip=value srcendip=value
--!> -->

View File

@ -28,4 +28,4 @@ under the License.
<!-- <!--
vdcdn="org-root/org-vlan-123/org-VDC-vlan-123" vdcdn="org-root/org-vlan-123/org-VDC-vlan-123"
--!> -->

View File

@ -24,4 +24,4 @@ under the License.
</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"-->

View File

@ -28,4 +28,4 @@ under the License.
<!-- <!--
vdcdn="org-root/org-vlan-123/org-VDC-vlan-123" vdcdn="org-root/org-vlan-123/org-VDC-vlan-123"
--!> -->

View File

@ -28,4 +28,4 @@ under the License.
<!-- <!--
vdcdn="org-root/org-vlan-123/org-VDC-vlan-123" vdcdn="org-root/org-vlan-123/org-VDC-vlan-123"
--!> -->