Commit 03cb9d58 authored by Phil Sutter's avatar Phil Sutter Committed by Stephen Hemminger

man: ip-neighbour: Fix for missing NUD_STATE description

Signed-off-by: default avatarPhil Sutter <phil@nwl.cc>
parent ca611d64
...@@ -18,7 +18,9 @@ ip-neighbour \- neighbour/arp tables management. ...@@ -18,7 +18,9 @@ ip-neighbour \- neighbour/arp tables management.
.IR ADDR " [ " .IR ADDR " [ "
.B lladdr .B lladdr
.IR LLADDR " ] [ " .IR LLADDR " ] [ "
.BR nud " { " permanent " | " noarp " | " stale " | " reachable " } ] | " proxy .B nud
.IR STATE " ] |"
.B proxy
.IR ADDR " } [ " .IR ADDR " } [ "
.B dev .B dev
.IR DEV " ]" .IR DEV " ]"
...@@ -31,6 +33,9 @@ ip-neighbour \- neighbour/arp tables management. ...@@ -31,6 +33,9 @@ ip-neighbour \- neighbour/arp tables management.
.B nud .B nud
.IR STATE " ]" .IR STATE " ]"
.ti -8
.IR STATE " := {"
.BR permanent " | " noarp " | " stale " | " reachable " }"
.SH DESCRIPTION .SH DESCRIPTION
The The
...@@ -75,7 +80,7 @@ can also be ...@@ -75,7 +80,7 @@ can also be
.BR "null" . .BR "null" .
.TP .TP
.BI nud " NUD_STATE" .BI nud " STATE"
the state of the neighbour entry. the state of the neighbour entry.
.B nud .B nud
is an abbreviation for 'Neighbour Unreachability Detection'. is an abbreviation for 'Neighbour Unreachability Detection'.
...@@ -147,7 +152,7 @@ list neighbour proxies. ...@@ -147,7 +152,7 @@ list neighbour proxies.
only list neighbours which are not currently in use. only list neighbours which are not currently in use.
.TP .TP
.BI nud " NUD_STATE" .BI nud " STATE"
only list neighbour entries in this state. only list neighbour entries in this state.
.I NUD_STATE .I NUD_STATE
takes values listed below or the special value takes values listed below or the special value
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment