File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
parsers/cisco_ios/interface Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 225
225
ip :
226
226
helper_addresses :
227
227
- 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 }}"
241
228
- regex : ' ^ no ip route-cache$'
242
229
examples :
243
230
- ' no ip route-cache'
257
244
" {{ name }} " :
258
245
ip :
259
246
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
268
247
- regex : ' ^ ip policy route-map (\S+)$'
269
248
examples :
270
249
- ' ip policy route-map foo-test'
You can’t perform that action at this time.
0 commit comments