mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 16:40:16 +01:00
man: add description of BOOTPROTO to nm-settings-ifcfg-rh manpage
(cherry picked from commit a3c52d7a33)
This commit is contained in:
parent
cc0f92db13
commit
ffdbf5ab0f
1 changed files with 11 additions and 1 deletions
|
|
@ -243,11 +243,21 @@ DEVICETYPE=TeamPort
|
|||
nameservers to resolv.conf".</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>ONBOOT</literal> -
|
||||
<para><literal>ONBOOT</literal> -
|
||||
initscripts use ONBOOT=yes to mark the devices that are to be activated
|
||||
during boot. NetworkManager extents this to also mean that this profile
|
||||
can be used for auto-connecting at any time.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><literal>BOOTPROTO</literal> -
|
||||
NetworkManager supports traditional values <emphasis>none</emphasis> (static),
|
||||
<emphasis>dhcp</emphasis>. But it also allows additional values to
|
||||
enable new addressing methods. They are <emphasis>autoip</emphasis> for IPv4
|
||||
link-local addressing using Avahi daemon and <emphasis>shared</emphasis> for
|
||||
connection sharing. When <emphasis>shared</emphasis> is used, NetworkManager
|
||||
assigns the interface 10.42.0.1, or it uses the first static address,
|
||||
if configured.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue