Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-27 | Fix a brain fart | Roy Marples | |
2009-04-27 | Although the noshutdown keyword is nice, we shouldn't use it for network or ↵ | Roy Marples | |
dhcpcd. Instead fake network shutdown so it comes back up correctly at boot and KILL dhcpcd to preserve network. | |||
2009-04-27 | Add the noshutdown keyword to special case the shutdown. | Roy Marples | |
2009-04-27 | Style. | Roy Marples | |
2009-04-26 | Add the nostop keyword so that we don't stop the network init script by default. | Roy Marples | |
2009-04-25 | Don't report final eends for interfaces as they make no sense. | Roy Marples | |
2009-04-25 | Verbosely report vars correctly. | Roy Marples | |
2009-04-19 | Use shell_var for shell variables. | Roy Marples | |
2009-04-19 | Style | Roy Marples | |
2009-04-19 | We should use $int for compat with NetBSD | Roy Marples | |
2009-04-19 | Pull /etc/ifconfig.eth0 into interfaces | Roy Marples | |
Reverse list of interfaces when stopping Improve build for conf.d/network | |||
2009-04-16 | Add a new init script - network | Roy Marples | |
This simply assigns static addresses and an optional default route. It's possible to add external commands as well, so to create a bonded interface. Hopefully we can add a few examples to satisfy most of the old net.lo, which is no longer installed into boot by default. |