mirror of
https://github.com/novatiq/packages.git
synced 2026-07-28 14:33:06 +01:00
- Use netifd no_proto_task for notifying that xl2tpd does not have a
protocol task running.
- Use procd for xl2tpd service management.
- Refreshed 2xx patches to
- Prevent leftover regular type control result file.
- Allow xl2tpd run as foreground process while logging via syslog.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
- bumped version
- removed dependency on `ip` package as routes are setup by netifd
if iproute2 is actually required, please depend on
`@(PACKAGE_ip||PACKAGE_ip-full)` instead of `ip`
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
OpenWRT Package for xl2tpd xl2tpd is a development from the original l2tpd package originally written by Mark Spencer, subsequently forked by Scott Balmos and David Stipp, inherited by Jeff McAdams, modified substantially by Jacco de Leeuw and then forked again by Xelerance (after it was abandoned by l2tpd.org). Rationale for inclusion in OpenWRT: l2tpd has some serious alignment problems on RISC platforms. It also runs purely in userspace. Some of the features added in this fork include: 1. IPSec SA reference tracking inconjunction with openswan's IPSec transport mode, which adds support for multiple clients behind the same NAT router and multiple clients on the same internal IP behind different NAT routers. 2. Support for the pppol2tp kernel mode L2TP. 3. Alignment and endian problems resolved. hcg