Adds ipv6 privacy extensions deploy note to config.yaml
This commit is contained in:
Edward Hope-Morley 2014-09-25 17:32:41 +01:00
parent e52fd71d2c
commit 41721abcad

@ -116,6 +116,14 @@ options:
.
This network will be used for public endpoints.
prefer-ipv6:
default: false
type: boolean
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.