unable to define multiple IPv6 token addresses

Bug #1950130 reported by Gary Fowler
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Netplan
New
Undecided
Unassigned

Bug Description

Attempting to migrate an Arch linux config to Ubuntu server.

Currently defined, and working, in Arch using systemd/network/eth0.network syntax/configuration.

IPv6Token=static:::31
IPv6Token=static:::32
IPv6Token=static:::33

With netplan, I'm only able to get one address working.

Attempted the following commands with netplan:

eth0:
ipv6-address-token: ::31
# works

eth0:
ipv6-address-token: [ ::31, ::32 ]
# fails

eth0:
ipv6-address-token: [ "::31", "::32" ]
# fails

eth0:
ipv6-address-token:
  - ::31
  - ::32
# fails

eth0:
ipv6-address-token: ::31 ::32
# fails

eth0:
ipv6-address-token: ::31, ::32
# fails

eth0:
ipv6-address-token: ::31
ipv6-address-token: ::32
## Only the last entry works..

Tags: ipv6
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.