惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Jina AI
Jina AI
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog
C
Check Point Blog
云风的 BLOG
云风的 BLOG
J
Java Code Geeks
阮一峰的网络日志
阮一峰的网络日志
MongoDB | Blog
MongoDB | Blog
Engineering at Meta
Engineering at Meta
H
Help Net Security
Microsoft Azure Blog
Microsoft Azure Blog
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
F
Fortinet All Blogs
宝玉的分享
宝玉的分享
H
Hackread – Cybersecurity News, Data Breaches, AI and More
腾讯CDC
A
About on SuperTechFans
酷 壳 – CoolShell
酷 壳 – CoolShell
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
SegmentFault 最新的问题
Vercel News
Vercel News
aimingoo的专栏
aimingoo的专栏
B
Blog RSS Feed

NetworkManager

NetworkManager 1.58 NetworkManager 1.54 NetworkManager 1.52 Protect your VPN from TunnelVision attacks NetworkManager 1.50 Addressing hostname assignment in NetworkManager 1.40 Help NetworkManager project to triage issues NetworkManager 1.48 NetworkManager 1.44 NetworkManager 1.42 Set up NMCI on Fedora Linux VM Using Python and NetworkManager to control the network [link] Notes on D-Bus NetworkManager 1.40 NetworkManager 1.38 From ifcfg to keyfiles [link] NetworkManager 1.36 NetworkManager 1.34 NetworkManager 1.32 NetworkManager 1.30 Initscripts’ ifcfg-rh Format in NetworkManager and its Future [link] How to set up your NetworkManager environment [link] NetworkManager 1.28 [link] Looking forward to Linux network configuration in the initial ramdisk (initrd) [link] NetworkManager 1.26 [link] Internet connection sharing with NetworkManager [link] Why NetworkManager? [link] Please welcome: NetworkManager 1.20 [link] Becoming friends with NetworkManager [link] WireGuard in NetworkManager [link]
NetworkManager 1.46
Fernando F. Mancera · 2024-02-26 · via NetworkManager

A little bit more than half a year and 481 commits since NetworkManager 1.44, a new release is ready: NetworkManager 1.46.

Let’s take a look at the most interesting parts!

Drop build with python2, python3 is now required

Building with python2 is not possible anymore. In order to build NetworkManager, python3 is now a requirement. Considering python2 is EOL since January 1, 2020, we considered it was time to drop it aswell.

Support randomizing the MAC address based on the Wi-Fi network

NetworkManager is introducing wifi.cloned-mac-address=stable-ssid to allow randomizing the MAC address based on the Wi-Fi network’s SSID. The goal behind this change is to improve user privacy as there are some network operators and advertisers tracking MAC addresses to collect user information about their movements and device usage patterns

The change was also accepted in Fedora Linux 40 as the default behavior.

IPv4 DAD (Duplicate Address Detection) enabled by default

A duplicate address is a serious issues which leads to non-working setups or problems hard to debug. We decided to enable DAD by default to detect such problems.

For more details see also the accepted change in Fedora Linux 40.

What else?

Now the NetworkManager VPN plugins have support for two-factor authentication (2FA).

SR-IOV support to configure the NIC’s eswitch settings via Devlink using the properties sriov.eswitch-mode, sriov.eswitch-inline-mode and sriov.eswitch-encap-mode.

It is now possible to create interface types not directly supported by NetworkManager by defining a generic connection with the generic.device-handler property set. The property specifies the name of a dispatcher script to be called to create and destroy the interface. NetworkManager will then take care of the IP configuration on that interface.

Plus a lot of bugfixes, new features and translation updates. See NEWS file for even more detailed summary of what’s new.

Acknowledgements

Many thanks to all contributors who provided feedback, ideas or patches.

Aleksandr Melman, Beniamino Galvani, Emmanuel Grumbach, Fernando Fernandez Mancera, Frederic Martinsons, Gris Ge, Íñigo Huguet, Jan Vaclav, Javier Sánchez Parra, Johannes Zink, Korbin Bickel, Luna Jernberg, Michael Biebl, Mohammed Sadiq, Sergey Koshelenko, Sicelo A. Mhlongo, Stanislas Faye, Tatsuyuki Ishi, Thomas Haller, Wen Liang, Yuki Inoguchi, Yuri Chornoivan.

Also thanks to our Quality Engineers from Red Hat for all the testing: Vladimír Beneš, Filip Pokryvka, David Jasa and Matej Berezny.

Join us on our GitLab project.

Get the new release

As usual, the next release of your favorite Linux distribution will surely ship the new version.

In case you’re too impatient to wait, or you are, in fact, responsible for keeping NetworkManager up to date in a distribution, get the tarball from our download page.

Thanks for tuning in and goodbye!