summaryrefslogtreecommitdiffstats
path: root/src/lib/network
AgeCommit message (Collapse)AuthorFilesLines
2014-03-05Fix adding of interfacesJouke Witteveen1-2/+1
`shift 3` doesn't do anything if there are only 2 parameters.
2014-03-01Minor improvements to bridge/vlan codeJouke Witteveen1-1/+1
2014-02-27Uniform adding and deleting of interfacesJouke Witteveen1-0/+21
The main benefit is the possibility to use interface hooks for links that are created at runtime.
2013-05-17Flush the interface configuration in ip_unset instead of bring_interface_down.Thomas Bächler1-1/+0
When switching networks in auto.action, the addresses are not flushed. This is especially problematic with stateless ipv6 autoconfigutation, as invalid IPs may stay around until their (potentially very long) lifetime has expired. bring_interface_down is always called after ip_unset everywhere else, so this change does not affect anything else. V2: Make sure not to flush the link local address.
2013-03-22More possibilities for connection scriptsJouke Witteveen1-1/+0
This allows connection scripts to provide defaults, among other things.
2013-01-03Indentation fixesJouke Witteveen1-10/+10
This settles a style for 'case' statements: The label and closing colons are indented with two spaces, The body is indented with two more, totalling four spaces.
2012-12-28Forking netcfg to netctl (2/2)Jouke Witteveen1-346/+73
This commit contains the refactoring and rewriting of code.
2012-12-28Forking netcfg to netctl (1/2)Jouke Witteveen1-0/+368
This commit contains the moving of files.