[20:58] I read through netplan docs but couldn't find a place where you're able to reference metadata about an existing interface in another block. For example if I want to set the mac address of a bridge to the same thing as an existing interface, is that possible or do I need to script the creation of the netplan config file itself? [21:55] hello everyone. searched the whole documentation and questions. Anyone has a second to confirm no overriding of matches: "*" is possible in any way please. https://gist.github.com/maxwowpow/7cb6af1ce79094103fe1b06984066b18 [21:56] Requirement basically: rule1: match: name: "e*" + dhcp: true. rule2: eth1: dhcp: false.