Update to latest upstream OpenVPN 2.5.4 release. This release fixes an issue with TAP devices when setting the link-local address of the interface.
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2021-2d67645789
Please login to add feedback.
This update has been submitted for testing by dsommers.
This update's test gating status has been changed to 'ignored'.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
dsommers edited this update.
This update has been pushed to testing.
Works great! LGTM! =)
This update has been submitted for stable by bodhi.
no regressions noted
works
I can connect to my company VPN through NetworkManager
This update has been pushed to stable.
iproute option is not available configure: --enable-iproute2 enable support for iproute2 [default=no]
@dpsh This is the expected behaviour. With OpenVPN 2.5, the openvpn binary no longer executes
ifconfig
norip
commands. It integrates directly using the Netlink interface, provided by the Linux kernel, to configure the tun/tap intefaces and routing.