summaryrefslogtreecommitdiff
path: root/conf.d/network.in
Commit message (Collapse)AuthorAge
* Rename shutdown_network setting to keep_networkWilliam Hubbs2013-02-11
| | | | | | | | | | | We were telling users that setting shutdown_network=YES would shut down the network interfaces during shutdown, but this was exactly the opposite of what we were doing. The default was YES, which was keeping the interfaces active. This keeps the default behavior, but renames the setting to keep_network which more accurately describes its function, and instructs users to set it to NO if they want the network interfaces to go down.
* default route commands on Linux now require gw or via (iproute2).William Hubbs2009-12-19
|
* Support inet6 routes.Roy Marples2009-12-14
|
* Add domainname to the network scriptRoy Marples2009-10-16
|
* 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.
* Document interfaces variable useage a bit better.Roy Marples2009-04-25
|
* Document DHCP and iwconfig.Roy Marples2009-04-19
|
* Document \$int and how to create bridge and vlan interfaces.Roy Marples2009-04-19
|
* Document defaultrouteRoy 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.