bash-color-grc/conf.ipaddr

40 lines
813 B
Plaintext
Raw Normal View History

2016-05-14 07:25:47 +02:00
# IP4
regexp=inet\s([^\/]+)\/(\d+)
colours=default,bold yellow,bold magenta
=====
2016-06-19 01:18:18 +02:00
# broadcast
regexp=brd\s([^}s]+)
colours=default,dark
=====
2016-05-14 07:25:47 +02:00
# 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
=====
2016-06-19 01:18:18 +02:00
# State DORMANT
regexp=(\d+):\s(\S+):.+state (DORMANT)
colours=default,bright_white,bold cyan,cyan
=====
2016-05-14 07:25:47 +02:00
# < >
regexp=\s<([^>]+)>
colours=default,cyan
=====
# Master dev
regexp=\smaster\s(\S+)\s
2016-06-19 01:18:18 +02:00
colours=default,on_blue white