Use the IPv6 documentation prefix as the default cidr

Don't use a cidr which might be routable, instead use the
IPv6 documentation prefix which should be dropped and
filtered by routers according to RFC 3849.

Change-Id: I5efc30ca633118a5fb517dace77aaffb49fd2013
This commit is contained in:
Brian Haley 2019-09-19 17:50:37 -04:00
parent 240ae498c0
commit 5689355cf1
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ NetworkGroup = [
default=28,
help="The mask bits for project ipv4 subnets"),
cfg.StrOpt('project_network_v6_cidr',
default="2003::/48",
default="2001:db8::/48",
help="The cidr block to allocate project ipv6 subnets from"),
cfg.IntOpt('project_network_v6_mask_bits',
default=64,