726eac0e10
- Small fixes from upstream OBS-URL: https://build.opensuse.org/package/show/network:fcoe/fcoe-utils?expand=0&rev=7
44 lines
1.3 KiB
Diff
44 lines
1.3 KiB
Diff
From 08d9872fb579c0764115beadf588cc52c9f7d97a Mon Sep 17 00:00:00 2001
|
|
From: Hannes Reinecke <hare@suse.de>
|
|
Date: Tue, 19 Nov 2013 20:26:10 +0000
|
|
Subject: [PATCH 13/17] fipvlan: Update manpage to reflect correct timeout
|
|
|
|
The timeout per loop is 1000ms, not 500ms.
|
|
|
|
Signed-off-by: Lee Duncan <lduncan@suse.com>
|
|
Signed-off-by: Robert Love <robert.w.love@intel.com>
|
|
---
|
|
doc/fipvlan.8 | 2 +-
|
|
doc/fipvlan.txt | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/doc/fipvlan.8 b/doc/fipvlan.8
|
|
index 927e557..1d2b707 100644
|
|
--- a/doc/fipvlan.8
|
|
+++ b/doc/fipvlan.8
|
|
@@ -83,7 +83,7 @@ to VLAN interface names\&.
|
|
.RS 4
|
|
Retry check for link up to
|
|
\fIcount\fR
|
|
-times\&. The link state is checked every 500 ms\&. The default number of retries is 20\&.
|
|
+times\&. The link state is checked every 1000 ms\&. The default number of retries is 20\&.
|
|
.RE
|
|
.PP
|
|
\fB\-u\fR, \fB\-\-link\-up\fR
|
|
diff --git a/doc/fipvlan.txt b/doc/fipvlan.txt
|
|
index cbed16f..5ba0324 100644
|
|
--- a/doc/fipvlan.txt
|
|
+++ b/doc/fipvlan.txt
|
|
@@ -75,7 +75,7 @@ OPTIONS
|
|
|
|
*-l*, *--link-retry* _count_::
|
|
Retry check for link up to _count_ times. The link state is
|
|
- checked every 500 ms. The default number of retries is 20.
|
|
+ checked every 1000 ms. The default number of retries is 20.
|
|
|
|
*-u*, *--link-up*::
|
|
Leave link up if a FIP response has been received.
|
|
--
|
|
1.8.1.4
|
|
|