summaryrefslogtreecommitdiffstats
path: root/src/lib/connections/tuntap
AgeCommit message (Collapse)AuthorFilesLines
2013-04-15Allow group-accessible tuntap devicesJouke Witteveen1-1/+1
The tuntap connection type requires both a User and a Group to be defined. However, when configuring a tuntap device in the kernel, the device's uid and gid must both match for someone to be able to use the device. The only way to create a tuntap device accessible to a group of users is therefore to avoid specifying the user argument to "ip tuntap add". Reported by: A Web
2013-04-10Uniformize modelinesJouke Witteveen1-1/+1
2013-03-22More possibilities for connection scriptsJouke Witteveen1-0/+2
This allows connection scripts to provide defaults, among other things.
2012-12-28Forking netcfg to netctl (2/2)Jouke Witteveen1-18/+14
This commit contains the refactoring and rewriting of code.
2012-12-28Forking netcfg to netctl (1/2)Jouke Witteveen1-0/+28
This commit contains the moving of files.