http://netplan.io/
netplan reads network configuration from /etc/netplan/*.yaml which are written by administrators,
installers, cloud image instantiations, or other OS deployments. During early boot, it generates
backend specific configuration files in /run to hand off control of devices to a particular
networking daemon.
Currently supported backends are NetworkManager and systemd-networkd.
Version: 1.1.2
File Formats | |
netplan | YAML network configuration abstraction for various backends |
System Administration | |
netplan-apply | apply configuration from Netplan YAML files to a running system |
netplan-dbus | daemon to access Netplan functionality via a D-Bus API |
netplan-generate | generate back-end configuration from Netplan YAML files |
netplan-get | read merged Netplan YAML configuration |
netplan-info | show available features |
netplan-ip | retrieve IP information (like DHCP leases) from the system |
netplan-rebind | rebind SR-IOV virtual functions to their driver |
netplan-set | write Netplan YAML configuration snippets to file |
netplan-status | query networking state of the running system |
netplan-try | try a configuration, optionally rolling it back |