github nm-l2tp/NetworkManager-l2tp 1.20.0
version 1.20.0 release

latest releases: 1.20.16, 1.20.14, 1.20.12...
2 years ago

Compatible with NetworkManager 1.20 and later.

Summary of changes since NetworkManager-l2tp 1.8.6 :

  • Supports kl2tpd from Katalix's go-l2tp project. Will fallback to xl2tpd if kl2tpd is not installed. To install kl2tpd if your Linux distro does not include it, issue:
go get github.com/katalix/go-l2tp/...
sudo mkdir /usr/local/sbin
sudo cp go/bin/kl2tpd /usr/local/sbin
  • Support for Multilink PPP with multilink PPP MRRU spinbox.
  • L2TP ephemeral source port checkbox added.
  • Store PSK as a VPN secret, but keep backwards compatibility for Base64 and cleartext PSK VPN configurations.
  • deprecated libnm-glib/libnm-util code removed and --with-libnm-glib configure option removed.
  • Honors $CHARONDEBUG and $PLUTODEBUG env variables, even when not in debug mode.
  • Source code reformatted with clang-format.
  • intltool for i18n build support no longer required.
  • Updated translations.

Don't miss a new NetworkManager-l2tp release

NewReleases is sending notifications on new releases.