File: control.module

package info (click to toggle)
tun 1.1-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 496 kB
  • ctags: 329
  • sloc: ansic: 2,936; sh: 1,584; makefile: 341
file content (27 lines) | stat: -rw-r--r-- 1,161 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: tun-source
Section: net
Priority: optional
Maintainer: Alexander Zangerl <az@debian.org>
Standards-Version: 3.6.1
Build-Depends: make, gcc | c-compiler, autotools-dev, kfreebsd5-source [kfreebsd-i386], freebsd5-buildutils [kfreebsd-i386]

Package: tun-module-${kpkg:Kernel-Version}
Architecture: any
Depends: kernel-image-${kpkg:Kernel-Version} (=${kpkg:Revision})
Description: TUN/TAP device driver module for kernel ${kpkg:Kernel-Version}
 A TUN/TAP device provides packet reception and transmission 
 for user space programs. It can be viewed as a simple Point-to-Point
 or Ethernet device which instead of receiving/sending packets from/to
 physical media receives/sends them from/to an user space program.
 .
 TUN provides a Virtual Point-to-Point network device, TAP a
 Virtual Ethernet network device.
 .
 The TUN/TAP device driver is needed for tunneling with VTun and a
 few other applications like User Mode Linux.
 .
 The stock 2.4.x kernel series already include support for TUN/TAP
 devices, this package provides the same functionality for 2.2.x kernels.
 FreeBSD kernels are also supported.
 .
 Homepage: http://vtun.sourceforge.net/tun/