diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-27 09:42:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-27 09:42:33 +0000 |
commit | 6f9c4940714fa59cf2521a83bee7a46ebf8be5b4 (patch) | |
tree | 468165ae7420059349f9297f70a3420959a014aa /openwrt/package/l2tpd/l2tpd.control | |
parent | a93ff44e1e1e24c45439f2212d67b43b28793c07 (diff) | |
download | mtk-20170518-6f9c4940714fa59cf2521a83bee7a46ebf8be5b4.zip mtk-20170518-6f9c4940714fa59cf2521a83bee7a46ebf8be5b4.tar.gz mtk-20170518-6f9c4940714fa59cf2521a83bee7a46ebf8be5b4.tar.bz2 |
add l2tpd
SVN-Revision: 731
Diffstat (limited to 'openwrt/package/l2tpd/l2tpd.control')
-rw-r--r-- | openwrt/package/l2tpd/l2tpd.control | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/l2tpd/l2tpd.control b/openwrt/package/l2tpd/l2tpd.control new file mode 100644 index 0000000..57d60a1 --- /dev/null +++ b/openwrt/package/l2tpd/l2tpd.control @@ -0,0 +1,10 @@ +Package: l2tpd +Priority: optional +Section: net +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Description: A layer 2 tunneling protocol implementation. + l2tpd is the open source implementation of the L2TP tunneling + protocol (RFC2661). It does implement both LAC and LNS role + in a L2TP networking architecture. The main goal of this protocol is + to tunnel PPP frame trough an ip network. |