naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0110-man-ip.8-Add-missing-flags-and-token-subcommand-desc.patch

049c96
From 06a16be3a229f7c37d9fd03d2e6108bf39840fcc Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Mon, 7 Mar 2016 20:44:25 +0100
049c96
Subject: [PATCH] man: ip.8: Add missing flags and token subcommand description
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1251186
049c96
Upstream Status: iproute2.git commit ac0eff58fd826
049c96
Conflicts: Missing color output support.
049c96
049c96
commit ac0eff58fd826683107e47c9df085b4b4e92ec66
049c96
Author: Phil Sutter <phil@nwl.cc>
049c96
Date:   Wed Mar 2 19:20:06 2016 +0100
049c96
049c96
    man: ip.8: Add missing flags and token subcommand description
049c96
049c96
    Signed-off-by: Phil Sutter <phil@nwl.cc>
049c96
---
049c96
 man/man8/ip.8 | 33 ++++++++++++++++++++++++++++++++-
049c96
 1 file changed, 32 insertions(+), 1 deletion(-)
049c96
049c96
diff --git a/man/man8/ip.8 b/man/man8/ip.8
049c96
index 0b30d4a..c28cee0 100644
049c96
--- a/man/man8/ip.8
049c96
+++ b/man/man8/ip.8
049c96
@@ -21,7 +21,7 @@ ip \- show / manipulate routing, devices, policy routing and tunnels
049c96
 .IR OBJECT " := { "
049c96
 .BR link " | " address " | " addrlabel " | " route " | " rule " | " neigh " | "\
049c96
  ntable " | " tunnel " | " tuntap " | " maddress " | "  mroute " | " mrule " | "\
049c96
- monitor " | " xfrm " | " netns " | "  l2tp " | "  tcp_metrics " }"
049c96
+ monitor " | " xfrm " | " netns " | "  l2tp " | "  tcp_metrics " | " token " }"
049c96
 .sp
049c96
 
049c96
 .ti -8
049c96
@@ -29,10 +29,22 @@ ip \- show / manipulate routing, devices, policy routing and tunnels
049c96
 \fB\-V\fR[\fIersion\fR] |
049c96
 \fB\-h\fR[\fIuman-readable\fR] |
049c96
 \fB\-s\fR[\fItatistics\fR] |
049c96
+\fB\-d\fR[\fIetails\fR] |
049c96
 \fB\-r\fR[\fIesolve\fR] |
049c96
+\fB\-iec\fR |
049c96
 \fB\-f\fR[\fIamily\fR] {
049c96
 .BR inet " | " inet6 " | " ipx " | " dnet " | " link " } | "
049c96
+\fB-4\fR |
049c96
+\fB-6\fR |
049c96
+\fB-I\fR |
049c96
+\fB-D\fR |
049c96
+\fB-B\fR |
049c96
+\fB-0\fR |
049c96
+\fB-l\fR[\fIoops\fR] { \fBmaximum-addr-flush-attempts\fR } |
049c96
 \fB\-o\fR[\fIneline\fR] |
049c96
+\fB\-rc\fR[\fIvbuf\fR] [\fBsize\fR] |
049c96
+\fB\-t\fR[\fIimestamp\fR] |
049c96
+\fB\-ts\fR[\fIhort\fR] |
049c96
 \fB\-n\fR[\fIetns\fR] name |
049c96
 \fB\-a\fR[\fIll\fR] }
049c96
 
049c96
@@ -165,6 +177,20 @@ to
049c96
 .BR "\-a" , " \-all"
049c96
 executes specified command over all objects, it depends if command supports this option.
049c96
 
049c96
+.TP
049c96
+.BR "\-t" , " \-timestamp"
049c96
+display current time when using monitor option.
049c96
+
049c96
+.TP
049c96
+.BR "\-ts" , " \-tshort"
049c96
+Like
049c96
+.BR \-timestamp ,
049c96
+but use shorter format.
049c96
+
049c96
+.TP
049c96
+.BR "\-rc" , " \-rcvbuf" <SIZE>
049c96
+Set the netlink socket receive buffer size, defaults to 1MB.
049c96
+
049c96
 .SH IP - COMMAND SYNTAX
049c96
 
049c96
 .SS
049c96
@@ -227,6 +253,10 @@ executes specified command over all objects, it depends if command supports this
049c96
 - manage TCP Metrics
049c96
 
049c96
 .TP
049c96
+.B token
049c96
+- manage tokenized interface identifiers.
049c96
+
049c96
+.TP
049c96
 .B tunnel
049c96
 - tunnel over IP.
049c96
 
049c96
@@ -287,6 +317,7 @@ was written by Alexey N. Kuznetsov and added in Linux 2.2.
049c96
 .BR ip-route (8),
049c96
 .BR ip-rule (8),
049c96
 .BR ip-tcp_metrics (8),
049c96
+.BR ip-token (8),
049c96
 .BR ip-tunnel (8),
049c96
 .BR ip-xfrm (8)
049c96
 .br
049c96
-- 
049c96
1.8.3.1
049c96