You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
956 B
52 lines
956 B
5 years ago
|
# IP4
|
||
|
regexp=inet\s([^\/]+)\/(\d+)
|
||
|
colours=default,bold yellow,bold magenta
|
||
|
=====
|
||
|
# broadcast
|
||
|
regexp=brd\s([^}s]+)
|
||
|
colours=default,dark
|
||
|
=====
|
||
|
# 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
|
||
|
=====
|
||
|
# 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
|