aboutsummaryrefslogtreecommitdiff
path: root/net.Linux
AgeCommit message (Collapse)Author
2008-01-03br2684ctl can also exist in /usr/sbin, Gentoo bug #204186Roy Marples
2008-01-02Move _shell_var shell function to shell_var C appletRoy Marples
2007-12-31iproute2 uses via, not gwRoy Marples
2007-12-28Prefer ifplugd over netplugdRoy Marples
2007-12-28net modules should always be installedRoy Marples
2007-12-24whitespaceRoy Marples
2007-12-19get_options -> service_get_value and save_options -> service_set_valueRoy Marples
2007-12-18We no longer need SVCNAME hereRoy Marples
2007-12-14Remove Gentoo copyright from all files that I know I have writtenRoy Marples
2007-12-04Always show the 'Waiting for IPv6 addresses' message if we need to wait, and ↵Roy Marples
fixup inet6 addresses on FreeBSD-7
2007-12-03Wait for IPv6 addresses to complete, Gentoo bug #169442.Roy Marples
2007-11-29Use shorthand for loopsRoy Marples
2007-11-29typoRoy Marples
2007-11-28Massive whitespace cleanupRoy Marples
2007-11-22Use yesno for more robustnessRoy Marples
2007-11-22Use yesno for more robustnessRoy Marples
2007-11-20Introduce CONTENTS variable into Makefiles to list the contents of the ↵Roy Marples
directory, excluding the Makefile for to Make life easier
2007-11-19Our build chain now works with GNU and BSD make implementationsRoy 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 ppp config, #197775.Roy Marples
2007-11-02Fix an ifconfig calculation for shells that don't support the newer POSIX ↵Roy Marples
shell math expansion, #197856.
2007-11-02Fixor IP comment and logic thanks to vapierRoy Marples
2007-11-01Work cleanly with bridges on kernels without TCP, #197791.Roy Marples
2007-11-01Fix some more, #180888.Roy Marples
2007-10-30Use default IFS hereRoy Marples
2007-10-30Fix vconfig and remove debugRoy Marples
2007-10-30You can now spoof the source address for arping as the third parameter in ↵Roy Marples
gateways_eth0 if you have arping2 installed, #180888.
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 ↵Roy Marples
evaled into space separated values. This makes it easier to read, maintain and document as discussed on gentoo-dev.
2007-10-09txqueuelen_eth0= now works, #190538.Roy Marples
2007-10-03Default to tunctl so we can create the device as a specific user, #194588 ↵Roy Marples
thanks to Jaco Kroon.
2007-09-24Fix pppd metric, #193574 thanks to Martin Väth.Roy Marples
2007-09-19/lib/rcscripts -> /lib/rcRoy Marples
2007-09-18var no longer usedRoy Marples
2007-08-21Fix pppd getting the interface metric.Roy Marples
2007-08-10Need to specify table for busybox.Roy Marples
2007-08-07Always give ppp a defaultmetricRoy Marples
2007-08-07Add a defaultmetric to ppp if we have metric_$IFACERoy Marples
2007-08-07More pppd fixesRoy Marples
2007-08-07Fix chat connects for pppdRoy Marples
2007-08-03Fix static IPv6 routes, #187514.Roy Marples
2007-07-31Remove baselayout-1 stuffRoy Marples
2007-07-21Work around a bash evaluation errorRoy Marples
2007-07-15Remove hardcoded reference to iwi0Roy Marples
2007-07-15adsl module now finds the correct exe, #185276 thanks to Marcello Laganà.Roy Marples
2007-07-10Fix ifconfig using some iproute2 commands.Roy Marples
2007-07-09Fix iproute handling of -host and improve iwconfig scanningRoy Marples
2007-05-08When we don't have an address return 1, #176577.Roy Marples
2007-05-03Only use any when >1 interfaceRoy Marples