Comment 0 for bug 1970761

Revision history for this message
William Wilson (jawn-smith) wrote :

The default netplan yaml configuration file on Raspi for older releases is

```
network:
    ethernets:
        eth0:
            dhcp4: true
            match:
                driver: bcmgenet smsc95xx lan78xx
            optional: true
            set-name: eth0
    version: 2
```

In the version of netplan in jammy, the match section is no longer needed and causes netplan failures due to incompatible formatting. A quirk should be made to remove the match section.