ipmonitor: Mention "nexthop" object in help and man page
Before:
# ip monitor help
Usage: ip monitor [ all | LISTofOBJECTS ] [ FILE ] [ label ] [all-nsid] [dev DEVICE]
LISTofOBJECTS := link | address | route | mroute | prefix |
neigh | netconf | rule | nsid
FILE := file FILENAME
After:
# ip monitor help
Usage: ip monitor [ all | LISTofOBJECTS ] [ FILE ] [ label ] [all-nsid] [dev DEVICE]
LISTofOBJECTS := link | address | route | mroute | prefix |
neigh | netconf | rule | nsid | nexthop
FILE := file FILENAME
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
This commit is contained in:
parent
043e03a369
commit
9bd498bfcd
|
|
@ -32,7 +32,7 @@ static void usage(void)
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"Usage: ip monitor [ all | LISTofOBJECTS ] [ FILE ] [ label ] [all-nsid] [dev DEVICE]\n"
|
"Usage: ip monitor [ all | LISTofOBJECTS ] [ FILE ] [ label ] [all-nsid] [dev DEVICE]\n"
|
||||||
"LISTofOBJECTS := link | address | route | mroute | prefix |\n"
|
"LISTofOBJECTS := link | address | route | mroute | prefix |\n"
|
||||||
" neigh | netconf | rule | nsid\n"
|
" neigh | netconf | rule | nsid | nexthop\n"
|
||||||
"FILE := file FILENAME\n");
|
"FILE := file FILENAME\n");
|
||||||
exit(-1);
|
exit(-1);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ command is the first in the command line and then the object list follows:
|
||||||
is the list of object types that we want to monitor.
|
is the list of object types that we want to monitor.
|
||||||
It may contain
|
It may contain
|
||||||
.BR link ", " address ", " route ", " mroute ", " prefix ", "
|
.BR link ", " address ", " route ", " mroute ", " prefix ", "
|
||||||
.BR neigh ", " netconf ", " rule " and " nsid "."
|
.BR neigh ", " netconf ", " rule ", " nsid " and " nexthop "."
|
||||||
If no
|
If no
|
||||||
.B file
|
.B file
|
||||||
argument is given,
|
argument is given,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue