aboutsummaryrefslogtreecommitdiff
path: root/sh/net.sh
AgeCommit message (Expand)Author
2008-03-02Ensure that our scripts call prefixed runscript.Roy Marples
2008-02-19keywords -> keywordRoy Marples
2008-02-19Add the nojail keyword which excludes services marked as such from the depend...Roy Marples
2008-02-11Ignore resolvconf error messages if the interface does not exist.Roy Marples
2008-01-30Allow rc_need to work with net scripts, and allow for loopback also.Roy Marples
2008-01-29Only allow .sh files to be used as net modules.Roy Marples
2008-01-15Allow things after the /32 for host routes.Roy Marples
2008-01-11Don't print an extra eend on failure.Roy Marples
2008-01-11Update copyrights, my email and license.Roy Marples
2008-01-11Adopt a more C style for scripts and remove vim settings.Roy Marples
2008-01-11Remove full license text from shell cripts.Roy Marples
2008-01-10dhcpcd could be anywhere, so allow this.Roy Marples
2008-01-10massage netmask to cidr for buggy shells.Roy Marples
2008-01-06Add net config's to have their own depend function per interface.Roy Marples
2008-01-02Move _shell_var shell function to shell_var C appletRoy Marples
2007-12-31Fix the adding of default routesRoy Marples
2007-12-31Fix metric_$IFVARRoy Marples
2007-12-14Remove Gentoo copyright from all files that I know I have writtenRoy Marples
2007-12-04Preserve IFS correctlyRoy Marples
2007-11-30fix last stupid errorRoy Marples
2007-11-30Ensure that lo0 gets 127.0.0.1/8 with a space separated configRoy Marples
2007-11-29Use shorthand for loopsRoy Marples
2007-11-29Allow space separated configs to work for CIDR address stylesRoy Marples
2007-11-29Fix whitespace in configsRoy Marples
2007-11-28Massive whitespace cleanupRoy Marples
2007-11-28resolvconf may not be in /sbinRoy Marples
2007-11-28Allow whitespace in routing commands, Gentoo bug #200458.Roy Marples
2007-11-26Don't rely on sed being available when calculating depsRoy Marples
2007-11-22Use yesno for more robustnessRoy Marples
2007-11-22Use yesno for more robustnessRoy Marples
2007-11-14Allow bash arrays to be flattened to make some configs easier.Roy Marples
2007-11-14relicense as 2-clause BSD, with the kind permission of GentooRoy Marples
2007-11-02Fix up display for tab delimited fooRoy Marples
2007-11-01Work cleanly with bridges on kernels without TCP, #197791.Roy Marples
2007-11-01Fix fallback, #197788.Roy Marples
2007-10-30Embed newlines in __IFS to save our identingRoy Marples
2007-10-29Network config arrays are now split by embedded new lines instead of being ev...Roy Marples
2007-09-28net.sh now checks to see if root is net mounted if no predown functionRoy Marples
2007-09-17Fix fallback configurationsRoy Marples
2007-09-17PortabilityRoy Marples
2007-07-11Punt the dodgy ebuffer code. We now force prefixing for parallel starts which...Roy Marples
2007-07-10init scripts and their extra options can now have descriptions, #184327.Roy Marples
2007-07-04Up the interface after preup incase preup brings it downRoy Marples
2007-05-18Be more resilient when the nettree is invalidRoy Marples
2007-05-02Correct tabsRoy Marples
2007-05-02Don't delete addresses for PPP interfaces, #176764.Roy Marples
2007-04-30Fix carrier_timeoutRoy Marples
2007-04-19Fix bridge some more, remove superflous warning from vewarn and error when no...Roy Marples
2007-04-13netmask -> CIDR is worked out correctly #174341.Roy Marples
2007-04-11Move carrier detection back into net.sh. Reserve a new hook numbersRoy Marples