golang-github-katalix-go-l2tp 0.1.8-1 source package in Ubuntu

Changelog

golang-github-katalix-go-l2tp (0.1.8-1) unstable; urgency=medium

  * Fix tunnel teardown on receipt of SLI message from LNS.
  * Drop dataplane packets sooner duing control message parsing.

 -- Tom Parkin <email address hidden>  Fri, 17 May 2024 23:00:54 +0530

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-katalix-go-l2tp_0.1.8-1.dsc 1.8 KiB 27e7e831ef9673c6568b5ba2d480f910affd40f1f8960a196290ba8f0efffc08
golang-github-katalix-go-l2tp_0.1.8.orig.tar.gz 93.4 KiB e3c636098b1eef2cf4b83f871c7526d4ed27d2af239f98d7740d5fcdffab95b3
golang-github-katalix-go-l2tp_0.1.8-1.debian.tar.xz 3.5 KiB f5c68f4bb8ec74e9921b9383ff7e4bc0274b83d9dabdc6f6e548792828647b59

Available diffs

No changes file available.

Binary packages built by this source

go-l2tp: L2TP and PPPoE tools built using the go-l2tp package

 go-l2tp is a suite of Go libraries for building L2TP applications on
 Linux systems.
 .
 It includes a set of daemons for managing various related connections:
  * kl2tpd is a client (LAC-mode) L2TPv2 daemon,
  * ql2tpd manages static L2TPv3 Ethernet connections,
  * kpppoed is a PPPoE server daemon which can be used alongside kl2tpd
    to implement L2TP Access Concentrator connections.
 .
 The go-l2tp daemons use the Linux kernel L2TP and PPP subsystems for
 data transport. PPP termination is delegated to pppd.

go-l2tp-dbgsym: debug symbols for go-l2tp
golang-github-katalix-go-l2tp-dev: Go library for building L2TP applications on Linux systems (library)

 go-l2tp is a suite of Go libraries for building L2TP applications on
 Linux systems.
 .
 Features
 .
  * L2TPv2 (RFC2661) (https://tools.ietf.org/html/rfc2661) and L2TPv3
    (RFC3931) (https://tools.ietf.org/html/rfc3931) data plane via. Linux
    L2TP subsystem
  * AF_INET and AF_INET6 tunnel addresses
  * UDP and L2TPIP tunnel encapsulation
  * L2TPv2 control plane in client/LAC mode
  * PPPoE (RFC2561) (https://tools.ietf.org/html/rfc2516) control and
    data plane via. Linux L2TP subsystem.