summaryrefslogtreecommitdiffstats
path: root/src/lib/connections/dummy
AgeCommit message (Collapse)AuthorFilesLines
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
2014-02-27Uniform adding and deleting of interfacesJouke Witteveen1-4/+2
The main benefit is the possibility to use interface hooks for links that are created at runtime.
2013-10-23Add a connection type for dummy interfacesJouke Witteveen1-0/+26