Skip to content

Commit

Permalink
MikroTik RouterOS '/ip address print' fix (networktocode#1589)
Browse files Browse the repository at this point in the history
* Template + test
* Fix template for Mikrotik's command '/ip address print'
* Do not add trailing spaces for INTERFACE in Mikrotik's command '/ip address print'
  • Loading branch information
PavloSkliarenko authored Jan 10, 2024
1 parent 211ecf4 commit 553550f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Value COMMENT (.*)
Value IP (\S+)
Value SUBNET (\d+)
Value NETWORK (\S+)
Value INTERFACE (.*)
Value INTERFACE (.*?)

Start
^\s*Flags:\s+X\s+-\s+disabled,\s+I\s+-\s+invalid,\s+D\s+-\s+dynamic\s*$$
Expand Down

0 comments on commit 553550f

Please sign in to comment.