Skip to content

Commit

Permalink
JUNOS SHOW INTERFACES: Bug fix Record matching (#156)
Browse files Browse the repository at this point in the history
* Update the file to support Cap F on output

* Add raw example for bug-fix PR
  • Loading branch information
amb1s1 authored and jmcgill298 committed Jan 21, 2019
1 parent f0dc741 commit 91fe7a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/juniper_junos_show_interfaces.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Start
^Physical\s+interface:\s+${INTERFACE},\s+${ADMIN_STATE},\s+Physical\s+link\s+is\s+${LINK_STATUS}
^.*ype:\s+${HARDWARE_TYPE},.*MTU:\s+${MTU}.* -> Record
^.*MTU:\s+${MTU}.* -> Record
^.*flags -> Record
^.*[fF]lags -> Record

EOF
EOF
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ Physical interface: mt-0/0/0, Enabled, Physical link is Up
Physical interface: sp-0/0/0, Enabled, Physical link is Up
Interface index: 138, SNMP ifIndex: 515
Type: Adaptive-Services, Link-level type: Adaptive-Services, MTU: 9192, Speed: 800mbps
Device flags : Present Running
Device Flags : Present Running
Interface flags: Point-To-Point SNMP-Traps Internal: 0x4000

0 comments on commit 91fe7a4

Please sign in to comment.