Skip to content

version 1.20.0 release

Compare
Choose a tag to compare
@dkosovic dkosovic released this 20 Oct 12:10
· 146 commits to main since this release

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 install "github.com/katalix/go-l2tp/...@latest"
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.