]> git.proxmox.com Git - mirror_iproute2.git/commit - ip/ip.c
Add 'ip tuntap' support.
authorDavid Woodhouse <dwmw2@infradead.org>
Sat, 19 Sep 2009 16:48:43 +0000 (09:48 -0700)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Sat, 19 Sep 2009 19:49:41 +0000 (12:49 -0700)
commit580fbd88f75cc9eea0d28a48c025b090eb9419a7
treef2b4ddbb2534a692e4da4be3a29afa67303d7bde
parentdaf49fd614345c8ab65840075b55d04ba5774629
Add 'ip tuntap' support.

This patch provides support for 'ip tuntap', allowing creation and
deletion of persistent tun/tap devices.
include/linux/if_tun.h [new file with mode: 0644]
ip/Makefile
ip/ip.c
ip/ip_common.h
ip/iptuntap.c [new file with mode: 0644]