Skip to content

Commit

Permalink
IOS: mark acl lines as used (#7224)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalperi committed Aug 4, 2021
1 parent 96165fe commit 5201666
Show file tree
Hide file tree
Showing 8 changed files with 328 additions and 1,026 deletions.
Expand Up @@ -3050,6 +3050,8 @@ public List<Configuration> toVendorIndependentConfigurations() {
CiscoStructureUsage.WCCP_GROUP_LIST,
CiscoStructureUsage.WCCP_REDIRECT_LIST,
CiscoStructureUsage.WCCP_SERVICE_LIST);
markConcreteStructure(CiscoStructureType.IPV4_ACCESS_LIST_EXTENDED_LINE);
markConcreteStructure(CiscoStructureType.IPV4_ACCESS_LIST_STANDARD_LINE);

markCommunityLists(
CiscoStructureUsage.ROUTE_MAP_ADD_COMMUNITY,
Expand Down
10 changes: 5 additions & 5 deletions tests/aws/init-example-aws.ref
Expand Up @@ -125,23 +125,23 @@
"extended ipv4 access-list line" : {
"2001: permit icmp 10.100.0.0 0.0.255.255 any" : {
"definitionLines" : "248",
"numReferrers" : 0
"numReferrers" : 1
},
"2001: permit icmp any 10.100.0.0 0.0.255.255" : {
"definitionLines" : "249",
"numReferrers" : 0
"numReferrers" : 1
},
"LIMIT_PEER: permit ip 10.1.30.0 0.0.0.255 any" : {
"definitionLines" : "240",
"numReferrers" : 0
"numReferrers" : 1
},
"LIMIT_PEER: permit ip host 10.10.30.2 host 10.10.30.1" : {
"definitionLines" : "241",
"numReferrers" : 0
"numReferrers" : 1
},
"MATCH_ALL_BGP: permit ip any any" : {
"definitionLines" : "243",
"numReferrers" : 0
"numReferrers" : 1
}
},
"interface" : {
Expand Down

0 comments on commit 5201666

Please sign in to comment.