diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-12-15 18:12:03 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-12-15 18:12:03 +0100 |
commit | bd47f33f16129aec90f4b3c60b4584fd7b213db4 (patch) | |
tree | 24bdc19cd6bd533d2fa9c159a8850ecec2aaa461 /NEWS | |
parent | Merge pull request #21763 from yuwata/udevadm-write-only-attributes (diff) | |
download | systemd-bd47f33f16129aec90f4b3c60b4584fd7b213db4.tar.xz systemd-bd47f33f16129aec90f4b3c60b4584fd7b213db4.zip |
NEWS: update networkd related entries
Diffstat (limited to '')
-rw-r--r-- | NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -335,14 +335,15 @@ CHANGES WITH 250 in spe: UseMTU= setting that may be used to control whether to apply the announced MTU settings to the local interface. - * systemd-networkd now ships with another default .network files: + * systemd-networkd now ships with new default .network files: 80-container-vb.network which matches host-side network bridge device created by systemd-nspawn's --network-bridge or --network-zone switch, and 80-6rd-tunnel.network which matches automatically created sit tunnel with 6rd prefix when the DHCP 6RD option is received. * systemd-networkd and systemd-udevd now support IP over InfiniBand - interfaces. + interfaces. The Kind= setting in .netdev file accepts "ipoib". And + systemd.netdev files gained the [IPoIB] section. * systemd-networkd's handling of Endpoint= resolution for WireGuard interfaces has been improved. @@ -353,7 +354,7 @@ CHANGES WITH 250 in spe: * systemd-networkd will now once again automatically generate persistent MAC addresses for batadv and bridge interfaces. Users can disable this - by using MACAddress=none. + by using MACAddress=none in .netdev files. * .link files gained a new WakeOnLanPassword= setting in the [Link] section that allows to specify a WoL "SecureOn" password on hardware |