netplan-apply - apply configuration from netplan YAML files to a running system
netplan [-debug] apply -h | -help
netplan apply applies the current netplan configuration to a running system.
The process works as follows:
For information about the generation step, see netplan-generate(8). For details of the configuration file format, see netplan(5).
netplan apply will not remove virtual devices such as bridges and bonds that have been created, even if they are no longer described in the netplan configuration.
This can be resolved by manually removing the virtual device (for example ip link delete dev bond0) and then running netplan apply, or by rebooting.
netplan(5), netplan-generate(8), netplan-try(8), udev(7), systemd-networkd.service(8), NetworkManager(8)