Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #58 from ktbyers/develop
Browse files Browse the repository at this point in the history
Fix issue with ios layer3 not being properly identified
  • Loading branch information
dbarrosop committed Jun 7, 2017
2 parents fb76d76 + 127c620 commit ce62ccc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ipv4:
enabled:
_process: # TODO look at this one, I think this is different depending on IOS version
mode: is_absent
regexp: "(?P<value>^\\W*switchport$)"
regexp: "(?P<value>^\\s*switchport mode.*$)"
from: "{{ bookmarks['parent'] }}"
mtu:
_process: not_implemented
Expand Down

0 comments on commit ce62ccc

Please sign in to comment.