Skip to content

Commit

Permalink
Fix template for Mikrotik's command 'interface print terse without-pa…
Browse files Browse the repository at this point in the history
…ging' (#1809)

Co-authored-by: pskliarenko <“[email protected]”>
Co-authored-by: Maxim Shpak <[email protected]>
  • Loading branch information
3 people authored Aug 8, 2024
1 parent 8e21483 commit 16b4a97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Value DYNAMIC (D)
Value STATUS (X|R)
Value SLAVE (S)
Value COMMENT (.*)
Value NAME (\S+)
Value NAME (.*?)
Value DEFAULT_NAME (\S+)
Value TYPE (\S+)
Value MTU (\d+|auto)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
0 D name=ether1 default-name=ether1 type=ether mtu=1500 actual-mtu=1500 l2mtu=1598 max-l2mtu=2028 mac-address=12:34:56:78:90:AA last-link-up-time=aug/16/1970 13:05:43 link-downs=0
1 DR name=ether2_UniFi2 default-name=ether2 type=ether mtu=1500 actual-mtu=1500 l2mtu=1598 max-l2mtu=2028 mac-address=12:34:56:78:90:AB last-link-down-time=aug/17/1970 13:33:01 last-link-up-time=aug/17/1970 13:23:11 link-downs=3
2 name=ether3_UniFi1 default-name=ether3 type=ether mtu=1500 actual-mtu=1500 l2mtu=1598 max-l2mtu=2028 mac-address=12:34:56:78:90:AC link-downs=0
2 name=ether3 UniFi1 default-name=ether3 type=ether mtu=1500 actual-mtu=1500 l2mtu=1598 max-l2mtu=2028 mac-address=12:34:56:78:90:AC link-downs=0
3 R name=bridge-VLAN1 type=bridge mtu=auto actual-mtu=1500 l2mtu=1594 mac-address=12:34:56:78:90:AD last-link-up-time=aug/16/1970 13:05:35 link-downs=0
4 X name=bridge-VLAN2 type=bridge mac-address=12:34:56:78:90:AE link-downs=0
5 S name=eth3_vlan1 type=vlan mtu=1500 actual-mtu=1500 l2mtu=1594 mac-address=12:34:56:78:90:AF last-link-down-time=aug/17/1970 13:33:01 last-link-up-time=aug/17/1970 13:23:11 link-downs=3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ parsed_sample:
status: ""
slave: ""
comment: ""
name: "ether3_UniFi1"
name: "ether3 UniFi1"
default_name: "ether3"
type: "ether"
mtu: "1500"
Expand Down

0 comments on commit 16b4a97

Please sign in to comment.