Skip to content

Commit

Permalink
Remove unneccessary state change
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcgill298 committed May 26, 2018
1 parent af171f1 commit 9568636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/cisco_ios_show_vlan.template
Expand Up @@ -34,8 +34,8 @@ VLANS
^\s+(?:\S+\s+){9}${INTERFACES},* -> Continue
^\s+(?:\S+\s+){10}${INTERFACES},* -> Continue
^\s+(?:\S+\s+){11}${INTERFACES} -> Continue
^\d+ -> VLANS
^\s+ -> VLANS
^\d+
^\s+
^-+
^\S+\s+[TtYyPpEe]{4} -> Done
^.+ -> Error
Expand Down

0 comments on commit 9568636

Please sign in to comment.