[19:42] I'm having trouble getting netplan to request a DHCP address for VLAN interfaces; in the following config, the vlan.1 and vlan.2 interfaces are brought up correctly but never request a DHCP address: https://pastebin.com/Zzv1kCYM [19:42] I can run `dhclient vlan.1` and it pulls an address from DHCP without any issues, so I think netplan just isn't requesting an address on these interfaces for some reason. [19:43] (netplan 0.99 on ubuntu 20.04)