2016-05-14 07:25:47 +02:00
|
|
|
# DEV
|
|
|
|
regexp=dev\s(\S+)
|
|
|
|
colours=default,cyan
|
|
|
|
=====
|
|
|
|
# Gateway
|
|
|
|
regexp=(via)\s(\S+)\s
|
|
|
|
colours=default,yellow,bold yellow
|
|
|
|
=====
|
|
|
|
# Network
|
|
|
|
regexp=^(default|[^ \/]+(\/(\d+))?)
|
|
|
|
colours=green,bright_green,default,green
|
|
|
|
=====
|
2016-06-19 01:18:18 +02:00
|
|
|
# Network DEFAULT
|
|
|
|
regexp=^default
|
|
|
|
colours=on_green bold white
|
|
|
|
=====
|
2016-05-14 07:25:47 +02:00
|
|
|
# Local
|
|
|
|
regexp=(src)\s(\S+)\s?
|
|
|
|
colours=default,magenta,bold magenta
|
2016-06-19 01:18:18 +02:00
|
|
|
=====
|
|
|
|
# proto
|
|
|
|
regexp=(proto)\s(\S+)\s
|
|
|
|
colours=default,default,dark yellow
|
2017-02-28 19:24:50 +01:00
|
|
|
=====
|
2018-05-14 22:53:00 +02:00
|
|
|
# metric
|
|
|
|
regexp=(metric)\s(\d+)\b
|
|
|
|
colours=default,default,bold white
|
|
|
|
=====
|
2017-02-28 19:24:50 +01:00
|
|
|
# linkdown
|
|
|
|
regexp=linkdown
|
|
|
|
colours=bold red
|