Use dhcpv6-stateless for the gateway net

This commit is contained in:
Logan V 2018-03-20 13:44:44 -05:00 committed by Logan V
parent 28a2652bc5
commit d59ba2a74d

View File

@ -89,8 +89,8 @@
gateway_ip: 2607:ff68:100:54::1
allocation_pool_start: 2607:ff68:100:54::100
allocation_pool_end: 2607:ff68:100:54:ffff:ffff:ffff:ffff
ipv6_address_mode: dhcpv6-stateful
ipv6_ra_mode: dhcpv6-stateful
ipv6_address_mode: dhcpv6-stateless
ipv6_ra_mode: dhcpv6-stateless
# NOTE(logan): uses vendored os_router module from stable-2.4
# since the os_router module in 2.3 (pike) has broken idempotency