aboutsummaryrefslogtreecommitdiff
path: root/net.Linux
AgeCommit message (Collapse)Author
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
2007-05-03Allow ip6to4 tunnels to use any derived address, #170290.Roy Marples
2007-04-30Stop using the [ -z "$@" ] test, use [ $# = 0 ] instead, #176554.Roy Marples
2007-04-25quiet clipRoy Marples
2007-04-23Fix udhcpc for releasingRoy Marples
2007-04-23Attempt to fix clipRoy Marples
2007-04-19Remove default config for pppRoy Marples
2007-04-19duh, idiot uberRoy Marples
2007-04-19no need for the sed using printfRoy Marples
2007-04-19use printf %sRoy Marples
2007-04-19As pppd is mainly a link controller, move it's startup to pppd_pre_start and ↵Roy Marples
have pppd_start as a dummy function for old configs.
2007-04-19printf is more portable than echo -nRoy Marples
2007-04-19Fix bridge some more, remove superflous warning from vewarn and error when ↵Roy Marples
no interface correctly
2007-04-18more pppd fixesRoy Marples