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
ac0eff58
Commit
ac0eff58
authored
Mar 02, 2016
by
Phil Sutter
Committed by
Stephen Hemminger
Mar 02, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
man: ip.8: Add missing flags and token subcommand description
Signed-off-by:
Phil Sutter
<
phil@nwl.cc
>
parent
a7eef7aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
1 deletion
+28
-1
man/man8/ip.8
man/man8/ip.8
+28
-1
No files found.
man/man8/ip.8
View file @
ac0eff58
...
@@ -21,7 +21,7 @@ ip \- show / manipulate routing, devices, policy routing and tunnels
...
@@ -21,7 +21,7 @@ ip \- show / manipulate routing, devices, policy routing and tunnels
.IR OBJECT " := { "
.IR OBJECT " := { "
.BR link " | " address " | " addrlabel " | " route " | " rule " | " neigh " | "\
.BR link " | " address " | " addrlabel " | " route " | " rule " | " neigh " | "\
ntable " | " tunnel " | " tuntap " | " maddress " | " mroute " | " mrule " | "\
ntable " | " tunnel " | " tuntap " | " maddress " | " mroute " | " mrule " | "\
monitor " | " xfrm " | " netns " | " l2tp " | " tcp_metrics " }"
monitor " | " xfrm " | " netns " | " l2tp " | " tcp_metrics "
| " token "
}"
.sp
.sp
.ti -8
.ti -8
...
@@ -29,10 +29,22 @@ ip \- show / manipulate routing, devices, policy routing and tunnels
...
@@ -29,10 +29,22 @@ ip \- show / manipulate routing, devices, policy routing and tunnels
\fB\-V\fR[\fIersion\fR] |
\fB\-V\fR[\fIersion\fR] |
\fB\-h\fR[\fIuman-readable\fR] |
\fB\-h\fR[\fIuman-readable\fR] |
\fB\-s\fR[\fItatistics\fR] |
\fB\-s\fR[\fItatistics\fR] |
\fB\-d\fR[\fIetails\fR] |
\fB\-r\fR[\fIesolve\fR] |
\fB\-r\fR[\fIesolve\fR] |
\fB\-iec\fR |
\fB\-f\fR[\fIamily\fR] {
\fB\-f\fR[\fIamily\fR] {
.BR inet " | " inet6 " | " ipx " | " dnet " | " link " } | "
.BR inet " | " inet6 " | " ipx " | " dnet " | " link " } | "
\fB-4\fR |
\fB-6\fR |
\fB-I\fR |
\fB-D\fR |
\fB-B\fR |
\fB-0\fR |
\fB-l\fR[\fIoops\fR] { \fBmaximum-addr-flush-attempts\fR } |
\fB\-o\fR[\fIneline\fR] |
\fB\-o\fR[\fIneline\fR] |
\fB\-rc\fR[\fIvbuf\fR] [\fBsize\fR] |
\fB\-t\fR[\fIimestamp\fR] |
\fB\-ts\fR[\fIhort\fR] |
\fB\-n\fR[\fIetns\fR] name |
\fB\-n\fR[\fIetns\fR] name |
\fB\-a\fR[\fIll\fR] |
\fB\-a\fR[\fIll\fR] |
\fB\-c\fR[\fIolor\fR] }
\fB\-c\fR[\fIolor\fR] }
...
@@ -179,6 +191,16 @@ Use color output.
...
@@ -179,6 +191,16 @@ Use color output.
.BR "\-t" , " \-timestamp"
.BR "\-t" , " \-timestamp"
display current time when using monitor option.
display current time when using monitor option.
.TP
.BR "\-ts" , " \-tshort"
Like
.BR \-timestamp ,
but use shorter format.
.TP
.BR "\-rc" , " \-rcvbuf" <SIZE>
Set the netlink socket receive buffer size, defaults to 1MB.
.SH IP - COMMAND SYNTAX
.SH IP - COMMAND SYNTAX
.SS
.SS
...
@@ -240,6 +262,10 @@ display current time when using monitor option.
...
@@ -240,6 +262,10 @@ display current time when using monitor option.
.B tcp_metrics/tcpmetrics
.B tcp_metrics/tcpmetrics
- manage TCP Metrics
- manage TCP Metrics
.TP
.B token
- manage tokenized interface identifiers.
.TP
.TP
.B tunnel
.B tunnel
- tunnel over IP.
- tunnel over IP.
...
@@ -305,6 +331,7 @@ was written by Alexey N. Kuznetsov and added in Linux 2.2.
...
@@ -305,6 +331,7 @@ was written by Alexey N. Kuznetsov and added in Linux 2.2.
.BR ip-route (8),
.BR ip-route (8),
.BR ip-rule (8),
.BR ip-rule (8),
.BR ip-tcp_metrics (8),
.BR ip-tcp_metrics (8),
.BR ip-token (8),
.BR ip-tunnel (8),
.BR ip-tunnel (8),
.BR ip-xfrm (8)
.BR ip-xfrm (8)
.br
.br
...
...
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