For questions specifically about Netplan, the YAML network configuration abstraction created by Canonical. If this question is not about Netplan, try a more general tag like [networking]
Netplan is a utility that converts abstracts network configurations given in YAML format into an actual Linux network setup.
The YAML document describes network interfaces and how they should be set up, and Netplan uses this document to generate the configuration for the desired renderer, which may be NetworkManager (networkmanager) or systemd-networkd.
External Links
Official website and more information: https://netplan.io/
Source code: https://github.com/CanonicalLtd/netplan
