Skip to content

Commit

Permalink
Simplify the loopback mode regex
Browse files Browse the repository at this point in the history
* almost missed simplifying this one, haha
  • Loading branch information
mjbear committed Jan 7, 2025
1 parent 9037107 commit 7ed1d16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Value DUPLEX (\S+)
Value AUTONEGOTIATION (.+?)
Value LONG_FRAME_SIZE (\d+)
Value INTER_FRAME_GAP (\d+)
Value LOOPBACK_MODE (\S.+\S)
Value LOOPBACK_MODE (.+?)
Value RX_BYTES_RECEIVED (\d+)
Value RX_BROADCAST_FRAMES (\d+)
Value RX_UNDERSIZE_FRAMES (\d+)
Expand Down

0 comments on commit 7ed1d16

Please sign in to comment.