[Lunar-commits] <moonbase> tunctl: new module
Samuel Verstraete
elangelo at lunar-linux.org
Fri Jun 12 11:15:08 CEST 2009
commit c628c55374616aabfa1a4a3d3115bfd90b84fa7e
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date: Fri Jun 12 11:15:08 2009 +0200
tunctl: new module
---
net/tunctl/DETAILS | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/net/tunctl/DETAILS b/net/tunctl/DETAILS
new file mode 100644
index 0000000..d9d75b7
--- /dev/null
+++ b/net/tunctl/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=tunctl
+ VERSION=1.5
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:ff9c424827deb45ff1c36febdf57708ce17455e5
+ WEB_SITE="http://tunctl.sourceforge.net/"
+ ENTERED=20090402
+ UPDATED=20090402
+ SHORT="a tool for controlling the TUN/TAP driver in Linux."
+cat <<EOF
+tunctl is used to set up and maintain persistent TUN/TAP network
+interfaces, enabling user applications to simulate network
+traffic. Such interfaces is useful for VPN software, virtualization,
+emulation, simulation, and a number of other applications.
+EOF
+
More information about the Lunar-commits
mailing list