summaryrefslogtreecommitdiff
path: root/init.d/network.in
Commit message (Collapse)AuthorAge
* Ensure we have a valid broadcast address.Roy Marples2009-11-11
|
* Fix iproute2 support.William Hubbs2009-11-10
| | | | Fixes Gentoo #289762.
* Fix default domainRoy Marples2009-10-25
|
* Add domainname to the network scriptRoy Marples2009-10-16
|
* Ensure ip brings interface up when adding addresses.Roy Marples2009-10-15
| | | | Fixes Gentoo #288889
* We should use -feature instead of nofeature.Roy Marples2009-07-01
| | | | | | This matches the ifconfig and Gentoo USE flag syntax and is hopefully easier to read. Fixes #178.
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Fix a brain fartRoy Marples2009-04-27
|
* Although the noshutdown keyword is nice, we shouldn't use it for network or ↵Roy Marples2009-04-27
| | | | dhcpcd. Instead fake network shutdown so it comes back up correctly at boot and KILL dhcpcd to preserve network.
* Add the noshutdown keyword to special case the shutdown.Roy Marples2009-04-27
|
* Style.Roy Marples2009-04-27
|
* Add the nostop keyword so that we don't stop the network init script by default.Roy Marples2009-04-26
|
* Don't report final eends for interfaces as they make no sense.Roy Marples2009-04-25
|
* Verbosely report vars correctly.Roy Marples2009-04-25
|
* Use shell_var for shell variables.Roy Marples2009-04-19
|
* StyleRoy Marples2009-04-19
|
* We should use $int for compat with NetBSDRoy Marples2009-04-19
|
* Pull /etc/ifconfig.eth0 into interfacesRoy Marples2009-04-19
| | | | | | Reverse list of interfaces when stopping Improve build for conf.d/network
* Add a new init script - networkRoy Marples2009-04-16
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.