Skip to content

Commit c5437d2

Browse files
rsafonsecaDaanHoogland
authored andcommitted
Fix malformed closing tag on comments in cisco .xml files
Signed-off-by: Daan Hoogland <[email protected]> This closes apache#369
1 parent b9b13d7 commit c5437d2

25 files changed

Lines changed: 82 additions & 82 deletions

plugins/network-elements/cisco-vnmc/scripts/network/cisco/create-acl-policy-ref.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ under the License.
3232
</inConfigs>
3333
</configConfMos>
3434

35-
<!--
36-
aclpolicyrefdn="org-root/org-vlan-123/org-VDC-vlan-123/pset-Ingress-ACL-Policy-Set-vlan-123/polref-aaa"
37-
aclpolicyname="aaa"
38-
--!>
35+
<!--
36+
aclpolicyrefdn="org-root/org-vlan-123/org-VDC-vlan-123/pset-Ingress-ACL-Policy-Set-vlan-123/polref-aaa"
37+
aclpolicyname="aaa"
38+
-->

plugins/network-elements/cisco-vnmc/scripts/network/cisco/create-acl-policy-set.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ under the License.
3030
</inConfigs>
3131
</configConfMos>
3232

33-
<!--
34-
aclpolicysetdn="org-root/org-vlan-123/org-VDC-vlan-123/pset-foo"
35-
aclpolicysetname="foo"
36-
--!>
33+
<!--
34+
aclpolicysetdn="org-root/org-vlan-123/org-VDC-vlan-123/pset-foo"
35+
aclpolicysetname="foo"
36+
-->

plugins/network-elements/cisco-vnmc/scripts/network/cisco/create-acl-policy.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ under the License.
2929
</inConfig>
3030
</configConfMo>
3131

32-
<!--
33-
aclpolicydn="org-root/org-vlan-123/org-VDC-vlan-123/pol-test_policy"
34-
aclpolicyname="test_policy"
35-
--!>
32+
<!--
33+
aclpolicydn="org-root/org-vlan-123/org-VDC-vlan-123/pol-test_policy"
34+
aclpolicyname="test_policy"
35+
-->

plugins/network-elements/cisco-vnmc/scripts/network/cisco/create-acl-rule-for-dnat.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ under the License.
7676
<!--
7777
aclruledn="org-root/org-vlan-123/org-VDC-vlan-123/pol-test_policy/rule-dummy"
7878
aclrulename="dummy"
79-
descr=value
80-
actiontype="drop" or "permit"
81-
ip="public ip at destination"
82-
--!>
79+
descr=value
80+
actiontype="drop" or "permit"
81+
ip="public ip at destination"
82+
-->

plugins/network-elements/cisco-vnmc/scripts/network/cisco/create-acl-rule-for-pf.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ under the License.
150150
descr=value
151151
actiontype="drop" or "permit"
152152
protocolvalue="TCP" or "UDP"
153-
ip="public ip at destination"
154-
startport="start port at destination"
155-
endport="end port at destination"
156-
--!>
153+
ip="public ip at destination"
154+
startport="start port at destination"
155+
endport="end port at destination"
156+
-->

plugins/network-elements/cisco-vnmc/scripts/network/cisco/create-dhcp-policy.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ under the License.
6969
"org-root/org-TenantC/org-VDC-TenantC/dhcp-server-TenantC-Dhcp-Policy/ip-range-iprange"
7070
"org-root/org-TestTenant3/org-Tenant3-VDC/dhcp-server-Tenant3-DHCP-Policy/dns-svc-Tenant3-DNS"
7171
"org-root/org-TestTenant3/org-Tenant3-VDC/dhcp-server-Tenant3-DHCP-Policy/dns-svc-Tenant3-DNS/dns-8.8.8.8"
72-
--!>
72+
-->

plugins/network-elements/cisco-vnmc/scripts/network/cisco/create-dnat-rule.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ under the License.
8585
<!--
8686
natruledn="org-root/org-vlan-123/org-VDC-vlan-123/natpol-aaa/rule-bbb"
8787
natrulename="bbb"
88-
descr=value
89-
ippoolname="ccc"
90-
ip="10.147.30.230"
91-
--!>
88+
descr=value
89+
ippoolname="ccc"
90+
ip="10.147.30.230"
91+
-->

plugins/network-elements/cisco-vnmc/scripts/network/cisco/create-edge-firewall.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ under the License.
8686
ipAddressPrimary="%publicip%"
8787
ipSubnet="%outsidesubnet%"
8888
name="%outsideintfname%
89-
--!>
89+
-->

plugins/network-elements/cisco-vnmc/scripts/network/cisco/create-edge-security-profile.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ under the License.
3838
egressAclPsetRef="default-egress"
3939
ingressAclPsetRef="default-ingress"
4040
name="Tenant3-ESSP"
41-
--!>
41+
-->

plugins/network-elements/cisco-vnmc/scripts/network/cisco/create-egress-acl-rule.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ under the License.
162162
actiontype="drop" or "permit"
163163
protocolvalue = "TCP" or "UDP"
164164
sourcestartip="source start ip"
165-
sourceendip="source end ip"
166-
deststartport="start port at destination"
167-
destendport="end port at destination"
168-
--!>
165+
sourceendip="source end ip"
166+
deststartport="start port at destination"
167+
destendport="end port at destination"
168+
-->

0 commit comments

Comments
 (0)