Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
85559025
Commit
85559025
authored
Aug 31, 2011
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ntable to ip man page
Add some documentation about ip neighbour table parameter command.
parent
4f3626f9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
66 additions
and
0 deletions
+66
-0
man/man8/ip.8
man/man8/ip.8
+66
-0
No files found.
man/man8/ip.8
View file @
85559025
...
@@ -353,6 +353,46 @@ throw " | " unreachable " | " prohibit " | " blackhole " | " nat " ]"
...
@@ -353,6 +353,46 @@ throw " | " unreachable " | " prohibit " | " blackhole " | " nat " ]"
.B nud
.B nud
.IR STATE " ]"
.IR STATE " ]"
.ti -8
.BR "ip ntable change name"
.IR NAME " [ "
.B dev
.IR DEV " ] " PARMS
.ti -8
.IR PARMS " := { "
.B thresh1
.IR VAL " | "
.B thresh2
.IR VAL " | "
.B thresh3
.IR VAL " | "
.B gc_int
.IR MSEC " | "
.B base_reachable
.IR MSEC " | "
.B retrans
.IR MSEC " | " "gc_stale MSEC " " | "
.B delay_probe
.IR MSEC " | " "queue LEN " " | "
.B app_probs
.IR VAL " | "
.B ucast_probes
.IR VAL " | " "mcast_probes VAL " " | "
.B anycast_delay
.IR MSEC " | "
.B proxy_delay
.IR MSEC " | " "proxy_queue LEN " " | "
.B locktime
.IR MSEC " }"
.ti -8
.BR "ip ntable show" " [ "
.B dev
.IR DEV " ] [ "
.B name
.IR NAME " ]"
.ti -8
.ti -8
.BR "ip tunnel" " { " add " | " change " | " del " | " show " | " prl " }"
.BR "ip tunnel" " { " add " | " change " | " del " | " show " | " prl " }"
.RI "[ " NAME " ]"
.RI "[ " NAME " ]"
...
@@ -1473,6 +1513,32 @@ twice,
...
@@ -1473,6 +1513,32 @@ twice,
.B ip neigh flush
.B ip neigh flush
also dumps all the deleted neighbours.
also dumps all the deleted neighbours.
.SH ip ntable - neighbour table configuration
Display and change the parameters for the neighbour tables.
.SS ip ntable show - list the ip neighbour tables
This commands displays neighbour table parameters and statistics.
.TP
.BI dev " DEV"
only list the table attached to this device.
.TP
.BI name " NAME"
only lists the table with the given name.
.SS ip ntable change - modify table parameter
This command allows modifying table parameters such as timers and queue lengths.
.TP
.BI name " NAME"
the name of the table to modify.
.TP
.BI dev " DEV"
the name of the device to modify the table values.
.SH ip route - routing table management
.SH ip route - routing table management
Manipulate route entries in the kernel routing tables keep
Manipulate route entries in the kernel routing tables keep
information about paths to other networked nodes.
information about paths to other networked nodes.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment