Systemd/networkd: Difference between revisions

imported>Mweinelt
imported>Mweinelt
Line 33: Line 33:
* <code>systemd.network.netdevs</code> does not modify existing network interfaces
* <code>systemd.network.netdevs</code> does not modify existing network interfaces
** https://github.com/systemd/systemd/issues/9627
** https://github.com/systemd/systemd/issues/9627
Interfaces are set up in a one-shot fashion with networkd. That means it sets them up
once and doesn't expect them to change significantly during their lifetime.
This means that networkd is not well suited to manage scenarios where multiple profiles
can be configured onto an interface, or an interface is only selectively up. This is mostly
the case for WLAN on mobile devices, and VPN tunnels that are selectively used. Use
[[Networkmanager]] to cover these use cases, both can run in parallel, as long as they
aren't set up to manage the same interfaces.


=== network-online.target ===
=== network-online.target ===