man: update ip monitor page

Add label option.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
This commit is contained in:
Nicolas Dichtel 2015-05-20 16:19:57 +02:00 committed by Stephen Hemminger
parent 6fc1f8add3
commit 2503247d58
1 changed files with 19 additions and 0 deletions

View File

@ -12,6 +12,8 @@ ip-monitor, rtmon \- state monitoring
.IR OBJECT-LIST " ] [" .IR OBJECT-LIST " ] ["
.BI file " FILENAME " .BI file " FILENAME "
] [ ] [
.BI label
] [
.BI dev " DEVICE " .BI dev " DEVICE "
] ]
.sp .sp
@ -42,6 +44,8 @@ command is the first in the command line and then the object list follows:
.IR OBJECT-LIST " ] [" .IR OBJECT-LIST " ] ["
.BI file " FILENAME " .BI file " FILENAME "
] [ ] [
.BI label
] [
.BI dev " DEVICE " .BI dev " DEVICE "
] ]
@ -57,6 +61,19 @@ argument is given,
opens RTNETLINK, listens on it and dumps state changes in the format opens RTNETLINK, listens on it and dumps state changes in the format
described in previous sections. described in previous sections.
.P
If the
.BI label
option is set, a prefix is displayed before each message to
show the family of the message. For example:
.sp
.in +2
[NEIGH]10.16.0.112 dev eth0 lladdr 00:04:23:df:2f:d0 REACHABLE
[LINK]3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast state DOWN group default
link/ether 52:54:00:12:34:57 brd ff:ff:ff:ff:ff:ff
.in -2
.sp
.P .P
If the If the
.BI file .BI file
@ -97,3 +114,5 @@ option is given, the program prints only events related to this device.
.SH AUTHOR .SH AUTHOR
Original Manpage by Michail Litvak <mci@owl.openwall.com> Original Manpage by Michail Litvak <mci@owl.openwall.com>
.br
Manpage revised by Nicolas Dichtel <nicolas.dichtel@6wind.com>