From 09c4ae5f1d63352604fe0cedff35e07b633454ba Mon Sep 17 00:00:00 2001 From: Stanislas Date: Wed, 3 Oct 2018 21:34:07 +0200 Subject: [PATCH] Warn LXD users with an IPv6-enabed bridge (#10206) --- content/en/docs/getting-started-guides/ubuntu/local.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/getting-started-guides/ubuntu/local.md b/content/en/docs/getting-started-guides/ubuntu/local.md index 61127fb4c9..b8aaaf9d5d 100644 --- a/content/en/docs/getting-started-guides/ubuntu/local.md +++ b/content/en/docs/getting-started-guides/ubuntu/local.md @@ -18,7 +18,8 @@ sudo snap install conjure-up --classic sudo usermod -a -G lxd $(whoami) ``` -Note: If conjure-up asks you to "Setup an ipv6 subnet" with LXD, answer NO. ipv6 with Juju/LXD is currently unsupported. +Note: If conjure-up asks you to "Setup an IPv6 subnet" with LXD, answer NO. IPv6 with Juju/LXD is currently unsupported. +If you already have a bridge configured, e.g. `lxdbr0`, [disable IPv6 on the bridge](https://docs.conjure-up.io/stable/en/troubleshoot#common-problems), otherwise you won't be able to choose it. {{% /capture %}} {{% capture steps %}}