diff options
author | Tom Gundersen <teg@jklm.no> | 2013-11-21 15:30:08 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-11-21 15:33:02 +0100 |
commit | 002f5de9a9d3f04982588433895dca9faa2c0f22 (patch) | |
tree | b7f4077090df2990b12183fd2c4224ab0779adce /man/systemd-networkd.service.xml | |
parent | 0b9e3f2cfdd8bc365f98e5544c7c3f5ac94d0965 (diff) |
networkd: don't filter on udev tags
This removed the requirement for devices to be tagged with
'systemd-networkd' before they will be visible to networkd.
Still, as by default we don't ship any .network files, network
devices will simply be tracked, but not touched, unless the
admin configures things explicitly.
Diffstat (limited to 'man/systemd-networkd.service.xml')
-rw-r--r-- | man/systemd-networkd.service.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index 41dc903144..f3239bbf94 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -60,9 +60,6 @@ service that manages networks. It detects and configures network devices as they appear.</para> - <para>Network devices are managed by networkd only if they - have the udev tag <literal>systemd-networkd</literal>.</para> - <para>Network configurations applied before networkd is started are not removed, and configuration applied by networkd are not removed when networkd exits. This ensures restarting networkd |