summaryrefslogtreecommitdiffstats
path: root/src/lib/ip
AgeCommit message (Collapse)AuthorFilesLines
2013-04-13Allow IP6 address to be set in case IP6=statelessJouke Witteveen1-2/+4
Router advertisements can tell clients to not generate a public address automatically (AdvAutonomous off). Reported by: Jonne Haß
2013-04-10Fix DHCPOptionsJouke Witteveen1-3/+3
Split them into different variables for different clients. Also, IP6 gets its own, so that it can have options different from the IP4 invocation.
2013-02-01Remove the default IPv4 netmaskJouke Witteveen1-1/+0
A default netmask makes no sense (except possibly /32). Spotted by: Thomas Bächler <thomas@archlinux.org>
2013-01-05Fix stopping wired connectionsJouke Witteveen1-1/+1
- Stop dhcpcd also when DHCPClient is not specified - Exit successfully in ifplugd on going down
2013-01-03Indentation fixesJouke Witteveen1-16/+16
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-0/+215
This commit contains the refactoring and rewriting of code.