Skip to content

Commit

Permalink
bug_fix: cisco_ios_show_mac-address-table - 0 or more spaces at begin…
Browse files Browse the repository at this point in the history
…ning of type3/4 for 4 digit vlans
  • Loading branch information
FragmentedPacket authored Oct 8, 2019
1 parent f2278e4 commit b160158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/cisco_ios_show_mac-address-table.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TYPE2
^[\*|\s]\s+${VLAN}\s+${DESTINATION_ADDRESS}\s+${TYPE}\s+\S+\s+\S+\s+${DESTINATION_PORT} -> Record

TYPE3
^\s+${VLAN}\s+${DESTINATION_ADDRESS}\s+${TYPE}\s+\S+\s+${DESTINATION_PORT} -> Record
^\s*${VLAN}\s+${DESTINATION_ADDRESS}\s+${TYPE}\s+\S+\s+${DESTINATION_PORT} -> Record

TYPE4
^\s+${VLAN}\s+${DESTINATION_ADDRESS}\s+${TYPE}\s+${DESTINATION_PORT} -> Record
^\s*${VLAN}\s+${DESTINATION_ADDRESS}\s+${TYPE}\s+${DESTINATION_PORT} -> Record

0 comments on commit b160158

Please sign in to comment.