summaryrefslogtreecommitdiffstats
path: root/src/lib/connections/vlan
AgeCommit message (Collapse)AuthorFilesLines
2014-02-27Uniform adding and deleting of interfacesJouke Witteveen1-2/+2
The main benefit is the possibility to use interface hooks for links that are created at runtime.
2014-02-25Remove CONN_DIR variableJouke Witteveen1-1/+2
It is not of much use.
2013-04-10Uniformize modelinesJouke Witteveen1-1/+1
2013-03-12connections/vlan: fix BindsToInterfaces length calculationFlorian Pritz1-1/+1
${#array[@]} requires "[@]" to count the array members. Otherwise it will return the length of the first element which will hardly ever be 1. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-12-28Forking netcfg to netctl (2/2)Jouke Witteveen1-18/+16
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.