|
|
4aca6e |
From dea6707510769d0fba936c1be868b123df9bb159 Mon Sep 17 00:00:00 2001
|
|
|
4aca6e |
From: Phil Sutter <psutter@redhat.com>
|
|
|
4aca6e |
Date: Tue, 28 Feb 2017 16:11:52 +0100
|
|
|
4aca6e |
Subject: [PATCH] ip, bridge: document -timestamp option
|
|
|
4aca6e |
|
|
|
4aca6e |
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1417289
|
|
|
4aca6e |
Upstream Status: iproute2.git commit 25bc3d3d4aac6
|
|
|
4aca6e |
|
|
|
4aca6e |
commit 25bc3d3d4aac6d0ab20a01d922b8e8ad6eb2232e
|
|
|
4aca6e |
Author: Satish Ashok <sashok@cumulusnetworks.com>
|
|
|
4aca6e |
Date: Mon Oct 12 09:28:55 2015 -0700
|
|
|
4aca6e |
|
|
|
4aca6e |
ip, bridge: document -timestamp option
|
|
|
4aca6e |
|
|
|
4aca6e |
This patch documents bridge and ip -timestamp option
|
|
|
4aca6e |
|
|
|
4aca6e |
Signed-off-by: Satish Ashok <sashok@cumulusnetworks.com>
|
|
|
4aca6e |
---
|
|
|
4aca6e |
man/man8/bridge.8 | 3 +++
|
|
|
4aca6e |
man/man8/ip.8 | 4 ++++
|
|
|
4aca6e |
2 files changed, 7 insertions(+)
|
|
|
4aca6e |
|
|
|
4aca6e |
diff --git a/man/man8/bridge.8 b/man/man8/bridge.8
|
|
|
4aca6e |
index 2f72710..6cbf72b 100644
|
|
|
4aca6e |
--- a/man/man8/bridge.8
|
|
|
4aca6e |
+++ b/man/man8/bridge.8
|
|
|
4aca6e |
@@ -308,6 +308,9 @@ link setting is configured on specified physical device
|
|
|
4aca6e |
.BI master
|
|
|
4aca6e |
link setting is configured on the software bridge (default)
|
|
|
4aca6e |
|
|
|
4aca6e |
+.TP
|
|
|
4aca6e |
+.BR "\-t" , " \-timestamp"
|
|
|
4aca6e |
+display current time when using monitor option.
|
|
|
4aca6e |
|
|
|
4aca6e |
.SS bridge link show - list bridge port configuration.
|
|
|
4aca6e |
|
|
|
4aca6e |
diff --git a/man/man8/ip.8 b/man/man8/ip.8
|
|
|
4aca6e |
index b1c0bc0..caaa1c1 100644
|
|
|
4aca6e |
--- a/man/man8/ip.8
|
|
|
4aca6e |
+++ b/man/man8/ip.8
|
|
|
4aca6e |
@@ -195,6 +195,10 @@ Set the netlink socket receive buffer size, defaults to 1MB.
|
|
|
4aca6e |
.BR "\-iec"
|
|
|
4aca6e |
print human readable rates in IEC units (e.g. 1Ki = 1024).
|
|
|
4aca6e |
|
|
|
4aca6e |
+.TP
|
|
|
4aca6e |
+.BR "\-t" , " \-timestamp"
|
|
|
4aca6e |
+display current time when using monitor option.
|
|
|
4aca6e |
+
|
|
|
4aca6e |
.SH IP - COMMAND SYNTAX
|
|
|
4aca6e |
|
|
|
4aca6e |
.SS
|
|
|
4aca6e |
--
|
|
|
4aca6e |
1.8.3.1
|
|
|
4aca6e |
|