Adjust man page for new functionality
Signed-off-by: Tony Zelenoff <antonz@parallels.com>
This commit is contained in:
parent
1dac7817b4
commit
cdae8bcc0f
|
|
@ -24,7 +24,7 @@ ip-neighbour \- neighbour/arp tables management.
|
||||||
.IR DEV " ]"
|
.IR DEV " ]"
|
||||||
|
|
||||||
.ti -8
|
.ti -8
|
||||||
.BR "ip neigh" " { " show " | " flush " } [ " to
|
.BR "ip neigh" " { " show " | " flush " } [ " proxy " ] [ " to
|
||||||
.IR PREFIX " ] [ "
|
.IR PREFIX " ] [ "
|
||||||
.B dev
|
.B dev
|
||||||
.IR DEV " ] [ "
|
.IR DEV " ] [ "
|
||||||
|
|
@ -132,6 +132,10 @@ the prefix selecting the neighbours to list.
|
||||||
.BI dev " NAME"
|
.BI dev " NAME"
|
||||||
only list the neighbours attached to this device.
|
only list the neighbours attached to this device.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.BI proxy
|
||||||
|
list neighbour proxies.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B unused
|
.B unused
|
||||||
only list neighbours which are not currently in use.
|
only list neighbours which are not currently in use.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue