mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
man/systemd.netdev: adjust documentation of MAC addresses for bridges
In the past bridge devices used to be created with a generated MAC address
thwarting the inheritance of the first slave's MAC address. This has been
changed by commit [1] some time ago. Reflect that behavioral change in the
documentation.
[1] deb2cfa4c6
("networkd: do not generate MAC for bridge device.")
This commit is contained in:
parent
5c3e7c4a3b
commit
489f01f806
@ -319,9 +319,10 @@
|
||||
devices, setting <varname>MACAddress=</varname> in the [NetDev] section is not
|
||||
supported. Please specify it in the [Link] section of the corresponding
|
||||
<citerefentry><refentrytitle>systemd.network</refentrytitle><manvolnum>5</manvolnum></citerefentry>
|
||||
file. If this option is not set, <literal>vlan</literal> devices inherit the MAC address of the
|
||||
physical interface. For other kind of netdevs, if this option is not set, then the MAC address is
|
||||
generated based on the interface name and the
|
||||
file. If this option is not set, <literal>bridge</literal> and <literal>vlan</literal> devices
|
||||
inherit the MAC address of the first slave device or the physical interface, respectively. For other
|
||||
kind of netdevs, if this option is not set, then the MAC address is generated based on the interface
|
||||
name and the
|
||||
<citerefentry><refentrytitle>machine-id</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user