aboutsummaryrefslogtreecommitdiff
path: root/conf.d/network.in
AgeCommit message (Collapse)Author
2013-02-11Rename shutdown_network setting to keep_networkWilliam Hubbs
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.
2009-12-19default route commands on Linux now require gw or via (iproute2).William Hubbs
2009-12-14Support inet6 routes.Roy Marples
2009-10-16Add domainname to the network scriptRoy Marples
2009-04-27Although 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-25Document interfaces variable useage a bit better.Roy Marples
2009-04-19Document DHCP and iwconfig.Roy Marples
2009-04-19Document \$int and how to create bridge and vlan interfaces.Roy Marples
2009-04-19Document defaultrouteRoy Marples
2009-04-19Pull /etc/ifconfig.eth0 into interfacesRoy Marples
Reverse list of interfaces when stopping Improve build for conf.d/network
2009-04-16Add a new init script - networkRoy 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.