The timeout per loop is 1000ms, not 500ms. Signed-off-by: Lee Duncan <[email protected]> Signed-off-by: Hannes Reinecke <[email protected]> --- doc/fipvlan.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/fipvlan.8 b/doc/fipvlan.8 index 20525cf..61b4c16 100644 --- a/doc/fipvlan.8 +++ b/doc/fipvlan.8 @@ -81,7 +81,7 @@ Append the specified string \fI<suffix string>\fR to VLAN interface names. \fB\-l\fR, \fB\-\-link-retry \fI<number of retries>\fR .RS 4 Retry check for link up up to \fI<number of retries>\fR times. The -link state is retried every 500 ms. The default is 20. +link state is retried every 1000 ms. The default is 20. .PP \fB\-u\fR, \fB\-\-link-up\fR .RS 4 -- 1.7.10.4 _______________________________________________ fcoe-devel mailing list [email protected] http://lists.open-fcoe.org/mailman/listinfo/fcoe-devel
