[Lunar-commits] r19287 - in moonbase/branches/submissions/new: . libdnet
Dave Brown
dagbrown at lunar-linux.org
Fri Mar 17 06:32:56 UTC 2006
Author: dagbrown
Date: 2006-03-17 06:32:52 +0000 (Fri, 17 Mar 2006)
New Revision: 19287
Added:
moonbase/branches/submissions/new/libdnet/
moonbase/branches/submissions/new/libdnet/DETAILS
Log:
A low-level networking library.
Added: moonbase/branches/submissions/new/libdnet/DETAILS
===================================================================
--- moonbase/branches/submissions/new/libdnet/DETAILS (rev 0)
+++ moonbase/branches/submissions/new/libdnet/DETAILS 2006-03-17 06:32:52 UTC (rev 19287)
@@ -0,0 +1,19 @@
+ MODULE=libdnet
+ VERSION=1.11
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:e2ae8c7f0ca95655ae9f77fd4a0e2235dc4716bf
+ WEB_SITE=http://$MODULE.sourceforge.net/
+ ENTERED=20060314
+ UPDATED=20060314
+ SHORT="A simplified, portable interface to several low-level networking routines"
+cat << EOF
+libdnet provides a simplified, portable interface to several low-level
+networking routines, including:
+ * network address manipulation
+ * kernel arp(4) cache and route(4) table lookup and manipulation
+ * network firewalling (IP filter, ipfw, ipchains, pf, PktFilter, ...)
+ * network interface lookup and manipulation
+ * IP tunnelling (BSD/Linux tun, Universal TUN/TAP device)
+ * raw IP packet and Ethernet frame transmission
+EOF
Property changes on: moonbase/branches/submissions/new/libdnet/DETAILS
___________________________________________________________________
Name: svn:executable
+ *
More information about the Lunar-commits
mailing list