mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-20 01:45:09 +00:00
Do not mention wait:-1
This commit is contained in:
parent
09258d84e3
commit
53ee0e37ed
1 changed files with 3 additions and 3 deletions
|
|
@ -205,12 +205,12 @@ The above example requires an existing profile to activate.
|
|||
|
||||
- For initscripts it is the same as `ifup {{name}}`.
|
||||
|
||||
State `up` also supports an optional integer argument `wait`. `wait: 0` will
|
||||
State `up` also supports an optional integer setting `wait`. `wait: 0` will
|
||||
only initiate the activation but not wait until the device is fully connected.
|
||||
Connection will complete in the background, for example after a DHCP lease was
|
||||
received. `wait: <SECONDS>` is a timeout for how long we give the device to
|
||||
activate. The default is `wait: -1` which uses a suitable timeout. Note that
|
||||
this argument only makes sense for NetworkManager.
|
||||
activate. The default is using a suitable timeout. Note that this setting is
|
||||
only supported by NetworkManager.
|
||||
**TODO** `wait` different from zero is not yet implemented.
|
||||
|
||||
Note that state `up` always re-activates the profile and possibly changes the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue