Skip to content

Commit

Permalink
Merge pull request #2 from jmcgill298/hilash-cisco-ios
Browse files Browse the repository at this point in the history
Fix incorrect escape character
  • Loading branch information
hilash authored Jul 16, 2018
2 parents 2af5754 + b0b229e commit ae923bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Start
^Local\s+port:\s+${interface}
^\s+\+\s+System\s+name\s+:\s+"${neihostnametid}"
^\s+\+\s+Port\s+description\s+:\s+"${neiinterface}"
^\s+\Enabled\s+capabilities\s*:\s+${neicapabilities}
^\s+Enabled\s+capabilities\s*:\s+${neicapabilities}
^\s+\+\s+Port\s+VLAN\s+ID:\s+${neipvid}
^\s+\+\s+Management\s+address\s+\(IPv4\):\s+${neimgmtip}
^\s+\+\s+Link\s+aggregation:\s+aggregated\s+\(aggregated\s+port\s+ifIndex:\s+${neilacpindex}\)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Start
^Local\s+port:\s+${interface}
^\s+\+\s+System\s+name\s+:\s+"${neihostnametid}"
^\s+\+\s+Port\s+description\s+:\s+"${neiinterface}"
^\s+\Enabled\s+capabilities\s*:\s+${neicapabilities}
^\s+Enabled\s+capabilities\s*:\s+${neicapabilities}
^\s+\+\s+Port\s+VLAN\s+ID:\s+${neipvid}
^\s+\+\s+Management\s+address\s+\(IPv4\):\s+${neimgmtip}
^\s+\+\s+Link\s+aggregation:\s+aggregated\s+\(aggregated\s+port\s+ifIndex:\s+${neilacpindex}\)
Expand Down

0 comments on commit ae923bc

Please sign in to comment.