The main improvement of fastd v22 is the L2TP kernel offloading support, which brings fastd's throughput for unsecured connections on par with other L2TP solutions like Tunneldigger, while maintaining most of fastd's flexibility. It is even possible to use fast L2TP connections for some peers and secure encryption for others in a single fastd instance.
Added new method "null@l2tp" Like the old "null" method, "null@l2tp" doesn't provide any security. In TAP mode, it uses a packet format compatible with L2TPv3 Ethernet Pseudowires (RFC3931 and RFC4719) for payload data.
Using "null@lt2p" for new unsecured deployments and migrating existing "null" setups is recommended for a number of reasons:
See :ref:offload configuration <option-offload>
for information on the setup and limitations of the L2TP offload feature.
Added support for NetBSD (tested on NetBSD 9.2)
Fix build for MacOS This issue was introduced during the move to the Meson build system in fastd v20.
Fix TUN mode crash on FreeBSD/OpenBSD This issue is a regression introduced in fastd v20. The buffer management optimization caused an assertion failure in many configurations upon reading packets from the TUN interface.
Fix version number format When not building from Git, fastd v21 would format its own version number as "21" rather than "v21", deviating from previous releases. This is fixed with v22.
A new handshake format has been introduced, prepending an L2TPv3 Control Message header to the actual fastd handshake. This improves certain interactions between fastd and the L2TP kernel module used for offloading.
To maintain compatibility with older fastd versions, both handshake formats are accepted. For the initial handshake packet, an old and a new format packet are sent at the same time.
Sessions established using the old handshake format are marked with "compat mode" in the log.
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-317bca7827
Please login to add feedback.
This update has been submitted for testing by heffer.
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'.
This update has been pushed to testing.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.