File: control

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 (26 lines) | stat: -rw-r--r-- 997 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
Source: tun
Section: net
Priority: optional
Maintainer: Alexander Zangerl <az@debian.org>
Standards-Version: 3.6.1

Package: tun-source
Architecture: all
Suggests: kernel-package 
Description: Source for TUN/TAP device driver for 2.2.x Kernels
 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.
 .
 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 Linux kernel series already include support for TUN/TAP
 devices, and this package provides the same functionality for 2.2.x kernels.
 FreeBSD kernels are also supported.
 .
 This packages contains the source-code for the kernel module. The kernel 
 sources must be installed to compile this module.
 .
 Homepage: http://vtun.sourceforge.net/tun/