summaryrefslogtreecommitdiffstats
path: root/src/lib/connections/tunnel
AgeCommit message (Collapse)AuthorFilesLines
2015-01-12Add support for keys to tunnel connectionsAnthony Ruhier1-1/+1
Only relevant for GRE tunneling.
2014-06-24Update tunnel connectionsJouke Witteveen1-3/+5
Add support for IPv6 and improve debug output.
2014-05-06Fix default interface bindings (fourth time)Jouke Witteveen1-1/+2
The following changes introduced in Bash 4.3 necessitate this commit: - Setting the array attribute no longer initializes an array. - Empty-but-set arrays no longer pass [[ -v ]]. Previous attempts: feb669f4b2a15e6ea1d84be336f12be4650f9d2d 711c46457ae9fef52c7c529d89c67d0d526f73ef e8210827fd59e4539a70af55cb452b211633fedd
2013-10-21Specify the local side of a tunnel early (FS#36711)Jouke Witteveen1-5/+2
Needed in case the remote side of a tunnel is set to 'any'.
2013-06-16Fix default interface bindings (third time)Jouke Witteveen1-1/+1
The declare builtin defaults to making variables local. Previous attempts: 711c46457ae9fef52c7c529d89c67d0d526f73ef e8210827fd59e4539a70af55cb452b211633fedd
2013-05-06Improve array handlingJouke Witteveen1-1/+1
When interpreted as an array, the empty string represents a 1-element array consisting of the empty string. This is actually very reasonable. Reported by: Thomas Bächler <thomas@archlinux.org>
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-20/+14
This commit contains the refactoring and rewriting of code.
2012-12-28Forking netcfg to netctl (1/2)Jouke Witteveen1-0/+34
This commit contains the moving of files.