aboutsummaryrefslogtreecommitdiff
path: root/init.d/network.in
AgeCommit message (Expand)Author
2011-01-17more whitespace cleanupMike Frysinger
2010-08-09allow ip to be in /sbin or /binWilliam Hubbs
2010-07-10fix typoWilliam Hubbs
2010-07-07remove extra routeWilliam Hubbs
2010-03-24Fix tentative ip addressesRoy Marples
2010-03-22Release openrc-0.6.1Roy Marples
2009-12-19default route commands on Linux now require gw or via (iproute2).William Hubbs
2009-12-14Support inet6 routes.Roy Marples
2009-12-14Allow "dev eth0" to work for a default route.Roy Marples
2009-12-14Fix restart with iproute2Roy Marples
2009-12-14Don't add broadcast addresss to ipv6Roy Marples
2009-12-11TypoRoy Marples
2009-12-10Allow ip to add the default route.William Hubbs
2009-11-11Ensure we have a valid broadcast address.Roy Marples
2009-11-10Fix iproute2 support.William Hubbs
2009-10-25Fix default domainRoy Marples
2009-10-16Add domainname to the network scriptRoy Marples
2009-10-15Ensure ip brings interface up when adding addresses.Roy Marples
2009-07-01We should use -feature instead of nofeature.Roy Marples
2009-05-01Add (c) to CopyrightRoy Marples
2009-04-27Fix a brain fartRoy Marples
2009-04-27Although the noshutdown keyword is nice, we shouldn't use it for network or d...Roy Marples
2009-04-27Add the noshutdown keyword to special case the shutdown.Roy Marples
2009-04-27Style.Roy Marples
2009-04-26Add the nostop keyword so that we don't stop the network init script by default.Roy Marples
2009-04-25Don't report final eends for interfaces as they make no sense.Roy Marples
2009-04-25Verbosely report vars correctly.Roy Marples
2009-04-19Use shell_var for shell variables.Roy Marples
2009-04-19StyleRoy Marples
2009-04-19We should use $int for compat with NetBSDRoy Marples
2009-04-19Pull /etc/ifconfig.eth0 into interfacesRoy Marples
2009-04-16Add a new init script - networkRoy Marples