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

@ -32,7 +32,7 @@ under the License.
</inConfigs>
</configConfMos>
<!--
aclpolicyrefdn="org-root/org-vlan-123/org-VDC-vlan-123/pset-Ingress-ACL-Policy-Set-vlan-123/polref-aaa"
aclpolicyname="aaa"
--!>
<!--
aclpolicyrefdn="org-root/org-vlan-123/org-VDC-vlan-123/pset-Ingress-ACL-Policy-Set-vlan-123/polref-aaa"
aclpolicyname="aaa"
-->

View File

@ -30,7 +30,7 @@ under the License.
</inConfigs>
</configConfMos>
<!--
aclpolicysetdn="org-root/org-vlan-123/org-VDC-vlan-123/pset-foo"
aclpolicysetname="foo"
--!>
<!--
aclpolicysetdn="org-root/org-vlan-123/org-VDC-vlan-123/pset-foo"
aclpolicysetname="foo"
-->

View File

@ -29,7 +29,7 @@ under the License.
</inConfig>
</configConfMo>
<!--
aclpolicydn="org-root/org-vlan-123/org-VDC-vlan-123/pol-test_policy"
aclpolicyname="test_policy"
--!>
<!--
aclpolicydn="org-root/org-vlan-123/org-VDC-vlan-123/pol-test_policy"
aclpolicyname="test_policy"
-->

View File

@ -76,7 +76,7 @@ under the License.
<!--
aclruledn="org-root/org-vlan-123/org-VDC-vlan-123/pol-test_policy/rule-dummy"
aclrulename="dummy"
descr=value
actiontype="drop" or "permit"
ip="public ip at destination"
--!>
descr=value
actiontype="drop" or "permit"
ip="public ip at destination"
-->

View File

@ -150,7 +150,7 @@ under the License.
descr=value
actiontype="drop" or "permit"
protocolvalue="TCP" or "UDP"
ip="public ip at destination"
startport="start port at destination"
endport="end port at destination"
--!>
ip="public ip at destination"
startport="start 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-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"
--!>
-->

View File

@ -85,7 +85,7 @@ under the License.
<!--
natruledn="org-root/org-vlan-123/org-VDC-vlan-123/natpol-aaa/rule-bbb"
natrulename="bbb"
descr=value
ippoolname="ccc"
ip="10.147.30.230"
--!>
descr=value
ippoolname="ccc"
ip="10.147.30.230"
-->

View File

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

View File

@ -38,4 +38,4 @@ under the License.
egressAclPsetRef="default-egress"
ingressAclPsetRef="default-ingress"
name="Tenant3-ESSP"
--!>
-->

View File

@ -162,7 +162,7 @@ under the License.
actiontype="drop" or "permit"
protocolvalue = "TCP" or "UDP"
sourcestartip="source start ip"
sourceendip="source end ip"
deststartport="start port at destination"
destendport="end port at destination"
--!>
sourceendip="source end ip"
deststartport="start port at destination"
destendport="end port at destination"
-->

View File

@ -88,7 +88,7 @@ under the License.
aclruledn="org-root/org-vlan-123/org-VDC-vlan-123/pol-test_policy/rule-dummy"
aclrulename="dummy"
descr=value
actiontype="drop" or "permit"
sourcestartip="source start ip"
sourceendip="source end ip"
--!>
actiontype="drop" or "permit"
sourcestartip="source start ip"
sourceendip="source end ip"
-->

View File

@ -115,7 +115,7 @@ under the License.
aclrulename="dummy"
descr=value
actiontype="drop" or "permit"
protocolvalue = "TCP" or "UDP" or "ICMP"
sourcestartip="source start ip"
sourceendip="source end ip"
--!>
protocolvalue = "TCP" or "UDP" or "ICMP"
sourcestartip="source start ip"
sourceendip="source end ip"
-->

View File

@ -115,7 +115,7 @@ under the License.
aclrulename="dummy"
descr=value
actiontype="drop" or "permit"
protocolvalue = "TCP" or "UDP" or "ICMP"
sourcestartip = "source start IP"
sourceendip = "source end IP"
--!>
protocolvalue = "TCP" or "UDP" or "ICMP"
sourcestartip = "source start IP"
sourceendip = "source end IP"
-->

View File

@ -162,7 +162,7 @@ under the License.
actiontype="drop" or "permit"
protocolvalue = "TCP" or "UDP"
sourcestartip="source start ip"
sourceendip="source end ip"
deststartport="start port at destination"
destendport="end port at destination"
--!>
sourceendip="source end ip"
deststartport="start port at destination"
destendport="end port at destination"
-->

View File

@ -52,7 +52,7 @@ under the License.
</configConfMos>
<!--
ippooldn="org-root/org-vlan-123/org-VDC-vlan-123/objgrp-ccc"
ippoolname="ccc"
ipvalue="10.1.1.20"
--!>
ippooldn="org-root/org-vlan-123/org-VDC-vlan-123/objgrp-ccc"
ippoolname="ccc"
ipvalue="10.1.1.20"
-->

View File

@ -32,7 +32,7 @@ under the License.
</inConfigs>
</configConfMos>
<!--
natpolicyrefdn="org-root/org-TenantD/org-VDC-TenantD/natpset-TenantD-NAT-Policy-Set/polref-Source-NAT-Policy-TenantD"
natpolicyname="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"
-->

View File

@ -34,4 +34,4 @@ under the License.
<!--
natpolicysetdn="org-root/org-TenantD/org-VDC-TenantD/natpset-TenantD-NAT-Policy-Set"
natpolicysetname="Source-NAT-Policy-Set-TenantD"
--!>
-->

View File

@ -160,7 +160,7 @@ under the License.
ippoolname="ccc"
portpoolname="ddd"
ip="10.147.30.230"
startport="22"
endport="22"
protocolvalue="TCP"
--!>
startport="22"
endport="22"
protocolvalue="TCP"
-->

View File

@ -66,7 +66,7 @@ under the License.
<!--
portpooldn="org-root/org-vlan-123/org-VDC-vlan-123/objgrp-ddd"
portpoolname="ddd"
startport="22"
endport="22"
--!>
portpoolname="ddd"
startport="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"
snatpooldn= "org-root/org-TestTenant3/org-Tenant3-VDC/objgrp-Source-NAT-Pool-For-Tenant3"
value="10.223.136.10"
--!>
-->

View File

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

View File

@ -25,7 +25,7 @@ under the License.
<inFilter>
</inFilter>
</orgResolveInScope>
<!--
vdcdn="org-root/org-vlan-123/org-VDC-vlan-123"
--!>
<!--
vdcdn="org-root/org-vlan-123/org-VDC-vlan-123"
-->

View File

@ -21,7 +21,7 @@ under the License.
inDn="%dn%"
inHierarchical="true">
<inFilter>
</inFilter>
</configResolveChildren>
<!--dn="org-root/org-vlan-517/org-VDC-vlan-517/natpol-DNAT-vlan-517-10-147-30-235"--!>
</inFilter>
</configResolveChildren>
<!--dn="org-root/org-vlan-517/org-VDC-vlan-517/natpol-DNAT-vlan-517-10-147-30-235"-->

View File

@ -25,7 +25,7 @@ under the License.
<inFilter>
</inFilter>
</orgResolveInScope>
<!--
vdcdn="org-root/org-vlan-123/org-VDC-vlan-123"
--!>
<!--
vdcdn="org-root/org-vlan-123/org-VDC-vlan-123"
-->

View File

@ -25,7 +25,7 @@ under the License.
<inFilter>
</inFilter>
</orgResolveInScope>
<!--
vdcdn="org-root/org-vlan-123/org-VDC-vlan-123"
--!>
<!--
vdcdn="org-root/org-vlan-123/org-VDC-vlan-123"
-->