diff options
author | Tom Gundersen <teg@jklm.no> | 2015-07-29 01:41:24 +0200 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2015-07-29 20:30:50 +0200 |
commit | be0c13707dbbc08fb842dbf1cfe162d8cc8cb479 (patch) | |
tree | 39a4393a78d5788249856ee9bd9645aaae96cd33 /man | |
parent | 79ac8ba9735b53fb805bdc3f6f9edeccf3985a43 (diff) |
networkd-wait-online: only consider interfaces given on the commandline
If some interfaces are given on the commandline, ignore all others.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-networkd-wait-online.service.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/systemd-networkd-wait-online.service.xml b/man/systemd-networkd-wait-online.service.xml index f53b337daa..bcc5776a8d 100644 --- a/man/systemd-networkd-wait-online.service.xml +++ b/man/systemd-networkd-wait-online.service.xml @@ -80,7 +80,8 @@ several interfaces which will be configured, but a particular one is necessary to access some network resources. This option may be used more than once to wait for multiple network - interfaces.</para></listitem> + interfaces. When used, all other interfaces are ignored. + </para></listitem> </varlistentry> <varlistentry> <term><option>--ignore=</option></term> |