mirror of
https://github.com/garabik/grc.git
synced 2024-10-28 17:41:01 +01:00
60 lines
1.0 KiB
Plaintext
60 lines
1.0 KiB
Plaintext
# IP4
|
|
regexp=inet\s([^\/]+)\/(\d+)
|
|
colours=default,bold yellow,bold magenta
|
|
=====
|
|
# broadcast
|
|
regexp=brd\s([^}s]+)
|
|
colours=default,dark cyan
|
|
=====
|
|
# dynamic
|
|
regexp=\bdynamic\b
|
|
colours=dark green
|
|
=====
|
|
# IP6
|
|
regexp=inet6\s([^\/]+)\/(\d+)
|
|
colours=default,yellow,magenta
|
|
=====
|
|
# MAC
|
|
regexp=link\/ether\s(\S+)\s
|
|
colours=default,magenta
|
|
=====
|
|
# State UP
|
|
regexp=(\d+):\s(\S+):.+state (UP)
|
|
colours=default,bright_white,bold green,bold green
|
|
=====
|
|
# State DOWN
|
|
regexp=(\d+):\s(\S+):.+state (DOWN)
|
|
colours=default,bright_white,bold red,bold red
|
|
=====
|
|
# State UNKNOWN
|
|
regexp=(\d+):\s(\S+):.+state (UNKNOWN)
|
|
colours=default,bright_white,bold cyan,cyan
|
|
=====
|
|
# State DORMANT
|
|
regexp=(\d+):\s(\S+):.+state (DORMANT)
|
|
colours=default,bright_white,bold cyan,cyan
|
|
=====
|
|
# < >
|
|
regexp=\s<([^>]+)>
|
|
colours=default,cyan
|
|
=====
|
|
# NO-CARRIER
|
|
regexp=NO-CARRIER
|
|
colours=bold red
|
|
=====
|
|
# Master dev
|
|
regexp=\smaster\s(\S+)\s
|
|
colours=default,on_blue white
|
|
=====
|
|
# on
|
|
regexp=\son\s
|
|
colours=green
|
|
=====
|
|
# off
|
|
regexp=\soff\s
|
|
colours=dark red
|
|
=====
|
|
# link/none
|
|
regexp=link\/(none)
|
|
colours=unchanged,red
|