Comment 44 for bug 1671951

Revision history for this message
Ryan Harper (raharper) wrote :

The original netplan yaml I was testing was simpler, but also failed so I tried to see if additional settings would make a difference, but it did not.

network:
    version: 2
    ethernets:
        interface0:
            dhcp4: true
            match:
                macaddress: '52:54:00:12:34:00'
            set-name: interface0
        interface1:
            addresses:
            - 192.168.1.2/24
            - 2001:4800:78ff:1b:be76:4eff:fe06:1000/64
            match:
                macaddress: '52:54:00:12:34:02'
            mtu: 6666
            ipv6-mtu: 5634
            set-name: interface1