2013-12-06 09:32:04 +01:00
|
|
|
From 08d9872fb579c0764115beadf588cc52c9f7d97a Mon Sep 17 00:00:00 2001
|
|
|
|
From: Hannes Reinecke <hare@suse.de>
|
|
|
|
Date: Tue, 19 Nov 2013 20:26:10 +0000
|
2014-03-19 10:20:41 +01:00
|
|
|
Subject: fipvlan: Update manpage to reflect correct timeout
|
2013-12-06 09:32:04 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|