ifupdown-ng.5: document auto_executor_selection and selection algorithm
This commit is contained in:
parent
2d2e73b8ac
commit
5667b6adec
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@ configuration options.
|
|||
performance improvements in setups where only ifupdown-ng executors
|
||||
are used. Valid values are _0_ and _1_, the default is _1_.
|
||||
|
||||
*auto_executor_selection* _bool_
|
||||
Automatically determine which executors to use. At present, this
|
||||
is done by inserting `use` statements for the namespace a config
|
||||
option has. The namespace is separated from the config option with
|
||||
a dash (`-`). Valid values are _0_ and _1_, the default is _1_.
|
||||
|
||||
*use_hostname_for_dhcp* _bool_
|
||||
Automatically learn the hostname property, used for DHCP
|
||||
configuration by querying the system hostname using uname(2).
|
||||
|
|
Loading…
Reference in a new issue