[ trixie ]
[ sid ]
[ 原始碼: golang-github-katalix-go-l2tp ]
套件:go-l2tp(0.1.8-1 以及其他的)
go-l2tp 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-katalix-go-l2tp:
- [golang-github-katalix-go-l2tp_0.1.8-1.dsc]
- [golang-github-katalix-go-l2tp_0.1.8.orig.tar.gz]
- [golang-github-katalix-go-l2tp_0.1.8-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.