After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 691998 - Add support for creating and configuring tun/tap devices.
Add support for creating and configuring tun/tap devices.
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks: 749369
 
 
Reported: 2013-01-18 06:45 UTC by Tom Prince
Modified: 2015-12-09 13:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tom Prince 2013-01-18 06:45:31 UTC
1. If a tun/tap device exists, be able to use NetworkManager to configure the assigned addresses etc. associated to the device.
2. The ability for NetworkManager to create the device, with specified ownership and permissions.
Comment 1 Pavel Simerda 2013-05-09 10:56:27 UTC
(In reply to comment #0)
> 1. If a tun/tap device exists, be able to use NetworkManager to configure the
> assigned addresses etc. associated to the device.

commit ce4f2a4bd6270400e9d32c98ceaf8fa8f0b5df8c
Author: Dan Winship <danw@gnome.org>
Date:   Wed Apr 17 10:41:15 2013 -0400

    core, libnm-glib: add NMDeviceGeneric
    
    Add NMDeviceGeneric, to provide generic support for unknown device
    types, and create NMDeviceGenerics for those devices that NM
    previously was ignoring. Allow NMSettingGeneric connections to be
    activated on (managed) NMDeviceGenerics.

> 2. The ability for NetworkManager to create the device, with specified
> ownership and permissions.

Specific support for tun/tap is yet to be added.