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

推荐订阅源

Microsoft Security Blog
Microsoft Security Blog
量子位
大猫的无限游戏
大猫的无限游戏
酷 壳 – CoolShell
酷 壳 – CoolShell
IT之家
IT之家
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - Franky
美团技术团队
Last Week in AI
Last Week in AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
人人都是产品经理
人人都是产品经理
罗磊的独立博客
Jina AI
Jina AI
小众软件
小众软件
S
SegmentFault 最新的问题
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
雷峰网
雷峰网
博客园 - 聂微东
博客园_首页
The Cloudflare Blog
WordPress大学
WordPress大学
Apple Machine Learning Research
Apple Machine Learning Research
有赞技术团队
有赞技术团队

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.46 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.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.34
Beniamino Galvani · 2022-01-13 · via NetworkManager

Please welcome 1.34.0, the new major release of NetworkManager. Here are some of the changes that it brings.

More privilege separation

The new release introduces a new service named nm-priv-helper. At the moment its functionality is very limited, but the idea is that NetworkManager will perform every operation that requires elevated privileges by asking the new service via D-Bus. The goal is to drop more capabilities from the NetworkManager service.

Wireguard support in nmtui

nmtui is a curses-based text-mode tool to conveniently configure NetworkManager from a terminal. Thanks to the contribution of Javier Sánchez Parra, nmtui now can be used to add and edit Wireguard connection profiles.

WireGuard in nmtui

API improvements

In the D-Bus API, the Slaves properties of the following interfaces:

  • org.freedesktop.NetworkManager.Device.Bond
  • org.freedesktop.NetworkManager.Device.Bridge
  • org.freedesktop.NetworkManager.Device.OvsBridge
  • org.freedesktop.NetworkManager.Device.OvsPort
  • org.freedesktop.NetworkManager.Device.Team

are now deprecated. They are replaced by a new Ports property on the org.freedesktop.NetworkManager.Device interface.

Similarly, these libnm functions:

  • nm_device_bond_get_slaves()
  • nm_device_bridge_get_slaves()
  • nm_device_team_get_slaves()
  • nm_device_ovs_bridge_get_slaves()
  • nm_device_ovs_port_get_slaves()

are deprecated in favor of the new, generic nm_device_get_ports().

Other changes

The new release contains a number of other new features and improvements, including:

  • support for configuring DNS over TLS (DoT) with systemd-resolved;

  • bond connections now support the peer_notif_delay option;

  • the queue_id option can now be set on bond ports to choose the TX queue id for each port;

  • nmcli accepts aliases nmcli device up|down in addition to nmcli device connect|disconnect;

  • the initrd generator now understands ip=dhcp,dhcp6 to generate a connection that waits for both DHCPv4 and IPv6 autoconfiguration;

  • the initrd generator can parse kernel argument rd.ethtool=INTERFACE:AUTONEG:SPEED to configure autonegotiation and speed for an interface;

  • the initrd generator now understands the ib.key argument to create Infinibad P-Keys;

  • new configuration options (allowed-connections and keep-configuration) were added to provide a mechanism to activate after switch root different connections from those generated in the initramfs.

See the full changelog for more information.

Conclusions

The tarball for NM 1.34.0 is available here.

This release was possible thanks to the contributions of: Ana Cabral, Andrew Zaborowski, Beniamino Galvani, Benjamin Berg, Björn Lindqvist, Christian Glombek, echengqi, Fernando Fernández Mancera, Frederic Martinsons, gaoxingwang, Gris Ge, Harald van Dijk, Javier Jardón, Javier Sánchez Parra, Jonas Kümmerlin, josef radinger, Julian Wiedmann, Lubomir Rintel, Lukasz Majewski, Maxine Aubrey, Michael Catanzaro, Nacho Barrientos, Philip Withnall, Rain-lk, Robin Ebert, Sibo Dong, Simon McVittie, Thomas Haller, Vojtech Bubela, wangce, Wen Liang, xiangnian, Yu Watanabe.