aboutsummaryrefslogtreecommitdiff
path: root/net/xl2tpd/Makefile
Commit message (Collapse)AuthorAge
* xl2tpd: fix xl2tpd optionsDaniel Golle2015-06-05
| | | | | | | | The previous commit left an unwanted string in the options passed to xl2tpd-control. Remove that as well. Also set procd respawn parameter now that I'm at it. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* xl2tpd: don't let xl2tpd handle redialDaniel Golle2015-06-05
| | | | | | netifd is taking care of that already. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* 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>
* xl2tpd: update source, import some useful patchesDaniel Golle2015-05-13
| | | | | | | | Yousong Zhou <yszhou4tech@gmail.com> made a couple of useful fixes mostly for the xl2tpd-control tool which was broken. imported them (patches/2*) here. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Revert "xl2tpd: rename netifd protocol handler to l2tpv2 to avoid clashes ↵Steven Barth2014-08-18
| | | | | | | with l2tpv3" This reverts commit 981f2da45747df72c5ae2c45f265fe8f29af3d52. OpenWrt wiki knew l2tp from l2tpv3tun, but luci knew l2tp from xl2tpd
* xl2tpd: add PKG_LICENSE informationDaniel Golle2014-08-10
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* xl2tpd: rename netifd protocol handler to l2tpv2 to avoid clashes with l2tpv3Steven Barth2014-07-19
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* Import xl2tpdDaniel Golle2014-06-13
Use sources on github and add myself as maintainer. Signed-off-by: Daniel Golle <daniel@makrotopia.org>