aboutsummaryrefslogtreecommitdiff
path: root/net/xl2tpd/patches/204-xl2tpd-control-enhance-output-of-print_error.patch
Commit message (Collapse)AuthorAge
* xl2tpd: switch to github devel branch.Yousong Zhou2015-08-14
| | | | | | | | Several patches here and pull requests at the upstream github project page were merged into the devel branch. Switch to that until the next stable release. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* xl2tpd: refactor for more resilience.Yousong Zhou2015-05-24
- 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>