[hopem,r=]

Adds IPv6 support.
This commit is contained in:
Edward Hope-Morley
2014-10-15 20:19:14 +02:00
parent fe03e37b3b
commit fe5a82b478
5 changed files with 76 additions and 12 deletions

View File

@@ -99,3 +99,15 @@ options:
type: boolean
default: False
description: Enable neutron vpn service panel
prefer-ipv6:
type: boolean
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 extension
must be disabled and a non-temporary address must be
configured/available on your network interface.