Adds ipv6 privacy extensions deploy note to config.yaml
This commit is contained in:
Edward Hope-Morley 2014-09-25 17:32:16 +01:00
parent 20b6a8994c
commit 88a114bdff
1 changed files with 10 additions and 2 deletions

View File

@ -65,5 +65,13 @@ options:
queue depths. A good starting point is 4 threads per disk.
prefer-ipv6:
type: boolean
default: false
description: "Enable IPv6."
default: False
description: |
If True enables IPv6 support. The charm will expect network interfaces
to be configured with an IPv6 address. If set to False (default) IPv4
is expected.
.
NOTE: these charms do not currently support IPv6 privacy extension. In
order for this charm to function correctly, the privacy must be
disabled and a non-temporary address must be configured/available on
your network interface.