Comment 0 for bug 1927036

Revision history for this message
Andrey Grebennikov (agrebennikov) wrote :

MAAS 2.9

With CLI command "interface create-vlan" one of the parameters accepted:

:param accept_ra: Accept router advertisements. (IPv6 only)

Which translate to the option in Netplan "accept_ra: yes"

However on the Netplan side:

 vlans:
    vlan15:
      accept-ra: no
      id: 15
      link: enp0s25

Underscore should be replaced with dash in the config option.