From 8182b0767f7a8c1227cd0fb172463d458fc5c673 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 1 Jun 2021 12:48:43 -0700 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/FAQ.md b/FAQ.md index 227737a..79647e7 100644 --- a/FAQ.md +++ b/FAQ.md @@ -112,6 +112,17 @@ Usually the logs are collected during a long period of time span. Let's say each gRPC can be derived from the `-port` number and adding 10000 ontop of it. `-port=8080` => gRPC Port: `18080` +## Support ipv6? +Yes. A common error is when binding a link-scoped ipv6 address without a proper scope. This will cause `connect: invalid argument`. + +e.g. +``` +# invalid +-ip="[fe80::4c3:3cff:fe4f:7e0b]" +# valid +-ip="[fe80::4c3:3cff:fe4f:7e0b%eth0]" +``` + ## Mount Filer ### weed mount error after restarting