[Pkg-vsquare-changes] r152 - vde2/trunk/debian

filippo at alioth.debian.org filippo at alioth.debian.org
Tue Jun 17 13:24:13 UTC 2008


Author: filippo
Date: 2008-06-17 13:24:13 +0000 (Tue, 17 Jun 2008)
New Revision: 152

Added:
   vde2/trunk/debian/vde2.manpages
   vde2/trunk/debian/vde_tunctl.8
Modified:
   vde2/trunk/debian/changelog
Log:
* Remove /usr/bin/daemon usage from ifupdown scripts (and Recommends)
* Add manpage for vde_tunctl

Modified: vde2/trunk/debian/changelog
===================================================================
--- vde2/trunk/debian/changelog	2008-06-17 08:07:19 UTC (rev 151)
+++ vde2/trunk/debian/changelog	2008-06-17 13:24:13 UTC (rev 152)
@@ -7,9 +7,10 @@
   * Expand and spell-check README.Debian, add manual method example
     (Closes: #466363)
   * Do not assume MAKEDEV presence in postinst
-  * Remove /usr/bin/daemon usage from ifupdown scripts 
+  * Remove /usr/bin/daemon usage from ifupdown scripts (and Recommends)
+  * Add manpage for vde_tunctl
 
- -- Filippo Giunchedi <filippo at debian.org>  Fri, 13 Jun 2008 18:32:44 +0200
+ -- Filippo Giunchedi <filippo at debian.org>  Tue, 17 Jun 2008 15:23:09 +0200
 
 vde2 (2.2.0-pre2-1) unstable; urgency=low
 

Added: vde2/trunk/debian/vde2.manpages
===================================================================
--- vde2/trunk/debian/vde2.manpages	                        (rev 0)
+++ vde2/trunk/debian/vde2.manpages	2008-06-17 13:24:13 UTC (rev 152)
@@ -0,0 +1 @@
+debian/vde_tunctl.8

Added: vde2/trunk/debian/vde_tunctl.8
===================================================================
--- vde2/trunk/debian/vde_tunctl.8	                        (rev 0)
+++ vde2/trunk/debian/vde_tunctl.8	2008-06-17 13:24:13 UTC (rev 152)
@@ -0,0 +1,77 @@
+.TH "VDE_TUNCTL" "8" 
+.SH "NAME" 
+vde_tunctl \(em create and manage persistent TUN/TAP interfaces 
+.SH "SYNOPSIS" 
+.PP 
+\fBvde_tunctl\fR [\fB-f\fP \fItun-clone-device\fR]  [\fB-u\fP \fIowner\fR]  [\fB-t\fP \fIdevice-name\fR]  
+.PP 
+\fBvde_tunctl\fR [\fB-f\fP \fItun-clone-device\fR]  \fB-d\fP \fIdevice-name\fR 
+.SH "DESCRIPTION" 
+.PP 
+This manual page documents briefly the 
+\fBvde_tunctl\fR command. 
+.PP 
+This manual page was written for the \fBDebian GNU/Linux\fP distribution 
+because the original program does not have a manual page. 
+Instead, it has documentation in HTML format; see below. 
+.PP 
+\fBvde_tunctl\fR allows the host sysadmin to 
+preconfigure a TUN/TAP device for use by a particular user.  That 
+user may open and use the device, but may not change any aspects 
+of the host side of the interface. 
+.SH "USAGE" 
+.PP 
+To create an interface for use by a particular user, invoke 
+vde_tunctl without the \-d option: 
+.PP 
+.nf 
+#  
+.ft B 
+vde_tunctl \-u someuser 
+.ft  
+Set 'tap0' persistent and owned by 'someuser' 
+ 
+.fi 
+.PP 
+Then, configure the interface as normal: 
+.PP 
+.nf 
+#  
+.ft B 
+ifconfig tap0 192.168.0.254 up 
+.ft  
+#  
+.ft B 
+route add \-host 192.168.0.253 dev tap0 
+.ft  
+#  
+.ft B 
+bash \-c 'echo 1 > /proc/sys/net/ipv4/conf/tap0/proxy_arp' 
+.ft  
+#  
+.ft B 
+arp \-Ds 192.168.0.253 eth0 pub 
+.ft        
+.fi 
+.PP 
+To delete the interface, use the \-d option: 
+.PP 
+.nf 
+#  
+.ft B 
+vde_tunctl \-d tap0 
+.ft  
+Set 'tap0' nonpersistent 
+ 
+.fi 
+.SH "SEE ALSO" 
+.PP 
+vde_switch(1)
+.SH "AUTHOR" 
+.PP 
+tunctl was written by Jeff Dike <jdike at karaya.com>, vde_tunctl is based on tunctl 
+.PP 
+This manual page was written by Matt Zimmerman mdz at debian.org for 
+the \fBDebian GNU/Linux\fP system, based on examples from Jeff Dike and
+shamelessly copied and adapted for vde_tunctl by Filippo Giunchedi filippo at debian.org
+.\" created by instant / docbook-to-man, Sat 05 Apr 2008, 13:46 




More information about the Pkg-vsquare-changes mailing list