Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194588 - Need to use tunctl for tap creation even when openvpn is installed
Summary: Need to use tunctl for tap creation even when openvpn is installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-03 09:44 UTC by Jaco Kroon
Modified: 2007-10-09 05:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
rcscript-net-tunctl-tunctl-force.patch (rcscript-net-tunctl-tunctl-force.patch,1.21 KB, patch)
2007-10-03 09:45 UTC, Jaco Kroon
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaco Kroon 2007-10-03 09:44:12 UTC
I've got a need to create a tap0 device with tunctl passing -u jkroon, thus I really need to be able to use tunctl instead of openvpn to create the tap0 device.

Reproducible: Always

Steps to Reproduce:
Comment 1 Jaco Kroon 2007-10-03 09:45:44 UTC
Created attachment 132444 [details, diff]
rcscript-net-tunctl-tunctl-force.patch

The patch basically forces the use of tunctl instead of openvpn if tunctl_${iface} is set.
Comment 2 Roy Marples (RETIRED) gentoo-dev 2007-10-03 13:36:07 UTC
Fixed in our svn repo, thanks. Will be in baselayout-2 rc5
Comment 3 Jaco Kroon 2007-10-09 05:24:59 UTC
Thanks!