Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pskliarenko committed Nov 6, 2023
1 parent 56905c5 commit 4e20cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ntc_templates/templates/cisco_s300_show_vlan.textfsm
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Start
Column5
^(\s*-*)*\s*$$
^\s*\d+.* -> Continue.Record
^\s*${VLAN_ID}\s+${VLAN_NAME}(?:\s+${INTERFACE})?\s+${TYPE}\s+${AUTHORIZATION}\s*$$
^\s*${VLAN_ID}\s+${VLAN_NAME}(?:\s+${INTERFACES})?\s+${TYPE}\s+${AUTHORIZATION}\s*$$

Column4
^(\s*-*)*\s*$$
^\s*\d+.* -> Continue.Record
^\s*${VLAN_ID}\s+${VLAN_NAME}(?:\s+${INTERFACE})?\s+${CREATED_BY}\s*$$
^\s*${VLAN_ID}\s+${VLAN_NAME}(?:\s+${INTERFACES})?\s+${CREATED_BY}\s*$$

0 comments on commit 4e20cef

Please sign in to comment.