Skip to content

Commit e08e9ff

Browse files
committed
removed duplicates
1 parent c549531 commit e08e9ff

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

parsers/cisco_ios/interface/main.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -225,19 +225,6 @@
225225
ip:
226226
helper_addresses:
227227
- ipv4_helper_address: "{{ ipv4_helper_address }}"
228-
- regex: '^ ip access-group (.+) (in|out)$'
229-
examples:
230-
- ' ip access-group 10 in'
231-
captures:
232-
- acl_id
233-
- direction
234-
path:
235-
interfaces:
236-
"{{ name }}":
237-
ip:
238-
access_group:
239-
- direction: "{{ direction }}"
240-
acl_id: "{{ acl_id }}"
241228
- regex: '^ no ip route-cache$'
242229
examples:
243230
- ' no ip route-cache'
@@ -257,14 +244,6 @@
257244
"{{ name }}":
258245
ip:
259246
route_cache: "{{ route_cache }}"
260-
- regex: '^ no ip route-cache$'
261-
examples:
262-
- ' no ip route-cache'
263-
path:
264-
interfaces:
265-
"{{ name }}":
266-
ip:
267-
no_route_cache: True
268247
- regex: '^ ip policy route-map (\S+)$'
269248
examples:
270249
- ' ip policy route-map foo-test'

0 commit comments

Comments
 (0)