Comment 6 for bug 1922898

Revision history for this message
Carl Hörberg (carl-hoerberg) wrote : Re: SEGFAULT on upgrade to 0.102-0ubuntu1~20.04.1

The only file in /etc/netplan:

$ cat /etc/netplan/50-cloud-init.yaml
# This file is generated from information provided by the datasource. Changes
# to it will not persist across an instance reboot. To disable cloud-init's
# network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
    ethernets:
        ens5:
            dhcp4: true
            dhcp6: false
            match:
                macaddress: 06:f8:32:e5:34:28
            set-name: ens5
    version: 2