Log of /trunk/net-scripts/net
Directory Listing
Revision
1997 -
Directory Listing
Modified
Thu Apr 20 07:20:57 2006 UTC
(7 years, 1 month ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Ensure that net.lo is started before other interfaces and wpa_supplicant has a positive timeout if no action file
Revision
1986 -
Directory Listing
Modified
Sat Apr 15 17:44:59 2006 UTC
(7 years, 1 month ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
net services are now calculated properly in trace_dependencies.
arping.sh now tests if the interface exists or not.
Revision
1980 -
Directory Listing
Modified
Wed Apr 12 09:14:34 2006 UTC
(7 years, 1 month ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
vlans can now be configured with their own interface scripts, which
means that they can now be renamed, #128283.
Thanks to Jonathan deBoer.
Revision
1962 -
Directory Listing
Modified
Fri Apr 7 22:37:04 2006 UTC
(7 years, 1 month ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
net modules now apply their own metric if they are activated, which makes
for a much easier and less mesy calculation.
Revision
1954 -
Directory Listing
Modified
Mon Apr 3 09:43:42 2006 UTC
(7 years, 1 month ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
runscript.sh now has a --nodeps option so that no depends are checked
when starting and stopping a service.
net.lo and system modules now support resolvconf instead of using our
own internal system.
DHCP and PPP clients no longer have helper scripts. As such they don't
change service status at all. Moved helpers.d/functions back into net.lo
Moved {get,save}_options from functions.sh to rc-services.sh
Removed whole load of crud from hostname init script, fixes #38172 again
and #122794. Also, it's no longer a critical service as defined by rc.
Added net modules for ccwgroup (s390 qeth ethernet) and br2684ctl
(speedtouch usb).
Removed xargs and find from all net scripts as /usr maybe net mounted,
#107260.
Punted the domainname script. Functionality has been in conf.d/net so you
can do this.
ppd module now checks to see if link exists if prefixed with /, #126916.
Revision
1944 -
Directory Listing
Modified
Sun Mar 12 10:57:39 2006 UTC
(7 years, 2 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
iwconfig now strips duplicate mac addresses from scan results which means
we only try and connect to ad-hoc networks once.
Revision
1940 -
Directory Listing
Modified
Fri Mar 10 17:07:27 2006 UTC
(7 years, 2 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
net script modules variables function has been moved into module_expose
and removed from module_depend to be more correct.
net script modules have had #!/bin/bash removed from the top and now
set vim fs=sh to be more correct.
Revision
1939 -
Directory Listing
Modified
Tue Mar 7 13:33:26 2006 UTC
(7 years, 2 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Set essid to "" instead of -- off as it appears not all drivers work as they should. Hopefully fixes #125067 and maybe #120822.
Revision
1927 -
Directory Listing
Modified
Fri Feb 24 12:51:47 2006 UTC
(7 years, 2 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
We now send extra configuration to dhclient via stdin.
This means we don't have to edit /etc/dhcp/dhclient.conf anymore
or warn users about script settings. Requires net-misc/dhcp-3.0.3-r5.
Revision
1926 -
Directory Listing
Modified
Fri Feb 24 11:47:40 2006 UTC
(7 years, 2 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Misc STYLE and quoting issues fixes in net scripts.
dhclient and udhcpc now work with RFC violating space separated
domain names in /etc/resolv.conf - they get appended to the search
option if it's not specified.
punted clean_pidfile and process_finished functions and as
start-stop-daemon as provided by rc-daemon.sh now provides
the same thing, just better.
Revision
1915 -
Directory Listing
Modified
Wed Feb 22 10:45:02 2006 UTC
(7 years, 3 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Ensure that ifplugd, netplugd and wpa_supplicant timeouts really are
infinite when requested. Thanks to embobo.
Revision
1886 -
Directory Listing
Modified
Tue Feb 14 14:59:28 2006 UTC
(7 years, 3 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
ip rules setup has been documented in net.example, #107628.
pppd should now be fully re-entrant, #122396.
Revision
1860 -
Directory Listing
Modified
Wed Feb 8 16:10:17 2006 UTC
(7 years, 3 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
New module ip6to4 that creates tunnels with IPv6 addresses based off
global IPv4 addresses on a specified interface, #122015.
Thanks to Antti Mäkelä for testing and ideas.
Revision
1856 -
Directory Listing
Modified
Tue Feb 7 17:15:05 2006 UTC
(7 years, 3 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Always ensure the end_service is called, #119233 again.
You can now specify a maxfail value for pppd (default 0), #115346.
net.lo now depends on isapnp to work with older NICs, #121539.
chat commands in pppd are now re-quoted, #121665.
ip routing policies are now supports via the rule_eth0=( ... )
variable (only supported by iproute2), #107628.
wpa_supplicant now looks for config files in order
/etc/wpa_supplicant/wpa_supplicant-$iface.conf
/etc/wpa_supplicant/wpa_supplicant.conf
/etc/wpa_supplicant.conf
and for these wpa_cli scripts
/etc/wpa_supplicant/wpa_cli.sh
/sbin/wpa_cli.action
Revision
1835 -
Directory Listing
Modified
Fri Jan 20 09:59:27 2006 UTC
(7 years, 4 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Fix quoting in iwconfig, #119629.
Fix process pid selection in rc-daemon.sh, #119631.
Both of the above thanks to Dominik Buerkle.
init scripts no longer run during the sysinit runlevel, #118419.
Thanks to Greg KH and the Linux Hotplug mailing list for advice.
Revision
1800 -
Directory Listing
Modified
Wed Jan 11 12:49:38 2006 UTC
(7 years, 4 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
runscript.sh now traps interrupt signals and rolls back its status to what
it was when before it started.
bonding module now supports space seperated and array variables, #118590.
Revision
1797 -
Directory Listing
Modified
Mon Jan 9 16:42:55 2006 UTC
(7 years, 4 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
iwconfig now supports multiple iwconfig_* and iwpriv_* statements and is
also configurable for specific ESSIDs. This allows use to use the inbuilt
WPA support in the rt2500 driver.
module-loader now loads interface specific configuration files, #118366.
Revision
1762 -
Directory Listing
Modified
Thu Dec 15 16:58:56 2005 UTC
(7 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
When setting ad-hoc or master modes, set the mode before anything else,
#115664 thanks to Oldrich Jedlicka.
Revision
1753 -
Directory Listing
Modified
Fri Dec 9 15:08:06 2005 UTC
(7 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Remove nasty undocumented backgrounding as we now support
ifplugd, netplug and wpa_supplicant-0.4.x which do much better jobs.
Revision
1632 -
Directory Listing
Modified
Mon Nov 28 10:38:52 2005 UTC
(7 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Fixed iwconfig mode selection, #113677 - thanks to Tuan Van.
Fixed iproute2 is_up check, #113672 - thanks to Georgi Georgiev.
Added information about the "broken" status as reported by rc-status to its output, #113755.
Revision
1627 -
Directory Listing
Modified
Thu Nov 24 08:20:57 2005 UTC
(7 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
ifconfig routes now work with metrics and older configs again
#113378 and #113406.
arping now works with multiple gateways #113402.
Revision
1616 -
Directory Listing
Modified
Fri Nov 18 18:39:15 2005 UTC
(7 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Changed from eval foo=\"\$config_$ifvar\" to foo=config_$ivar; foo=$!foo
This is to avoid using the eval statement to extract user configured vars.
Enhanced pppd module so that it obeys metric routes, does not mess
with the system resolv.conf and works with updetach a bit better, #112049.
Fixed pointotpoint, #112757.
Revision
1606 -
Directory Listing
Modified
Wed Nov 9 09:56:46 2005 UTC
(7 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
ifplugd and netplug now background automatically instead of waiting 10
seconds to see if the interface was configured OK
Revision
1596 -
Directory Listing
Modified
Fri Nov 4 21:16:18 2005 UTC
(7 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
udhcpc now checks the dhcp lease file for a valid IP address.
We prefer iproute2 when stopping an interface by default.
Revision
1595 -
Directory Listing
Modified
Thu Nov 3 17:38:33 2005 UTC
(7 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
iwconfig now detects an unencrypted AP and doesn't apply any configured
WEP settings.
baselayout now caters for systems without /bin/hostname (from net-tools)
and uses sysctl instead.
Revision
1590 -
Directory Listing
Modified
Mon Oct 31 14:47:36 2005 UTC
(7 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Replace the bubble-esq sort routine with a tsort based one for
loading modules. This means that we are much faster than before :)
Fix ifconfig with multiple IP addresses, #110956
Revision
1587 -
Directory Listing
Modified
Thu Oct 27 16:16:03 2005 UTC
(7 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
New net scripts depend calls - functions, variables and provide.
This saves having to create 3 seperate functions in each module which means
a saving of around 600-800 bytes per module.
Split apipa out of arping module due to user demand for seperate
functionality.
arping module now works correctly.
runscript sets RC_KILL_CHILDREN=no when restarting a service, otherwise
things like your ssh session get killed.
adsl module supports new rp-pppoe-3.6 ebuild, #102820
Config profile is now changed correctly when doing 'rc foo' and you're in
the default runlevel, #101105
Revision
1573 -
Directory Listing
Modified
Sun Oct 16 18:01:23 2005 UTC
(7 years, 7 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Fixed typo in dhcpcd-wrapper so the new resolv.conf gets created
in /var/lib/net-scripts and not the current directory. Thanks to
Mark-Dominik Bürkle for the patch.
Revision
1562 -
Directory Listing
Modified
Tue Oct 11 11:44:55 2005 UTC
(7 years, 7 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
arping now dis-regards 0.0.0.0 and 0 addresses, #108737.
dhcpcd now allows the user to configure the -c script option, #108345.
bash doesn't handle floats, so we eumlate it. Fixes the issue
where some daemons didn't stop, #107492. Thanks to Giampaolo Tomassoni.
Revision
1540 -
Directory Listing
Modified
Fri Sep 16 07:21:28 2005 UTC
(7 years, 8 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
iwconfig and wpa_supplicant now check to see if /proc/net/wireless exists
before checking for extensions, #106036
Revision
1504 -
Directory Listing
Modified
Wed Sep 7 13:03:30 2005 UTC
(7 years, 8 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
replace the apipa module with a generic arping module which can now
do gateway detection and apply a configuration for it as well as the
apipa stuff
Revision
1503 -
Directory Listing
Modified
Wed Sep 7 11:45:00 2005 UTC
(7 years, 8 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
updated env_whitelist so that nothing is allowed by default
system module now runs through pre instead of post and is run by
lo as well, so dns_ options can be configured for it
netplug and wpa_supplicant understand negative timeouts to be defined
as "return immediately and dont wait for success"
dns options and sortlist now get merged in resolv.conf too
bridge error message regarding the kernel module should work with
newer versions of bridge-utils
Revision
1489 -
Directory Listing
Modified
Tue Sep 6 10:41:16 2005 UTC
(7 years, 8 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
dns_*, nis_* and ntp_* options now work globally too, but are overridden
by specific interface/essid/mac ones.
dhcpcd and pump now support the "options" and "sortlist" directives too,
#104870
Revision
1485 -
Directory Listing
Modified
Mon Sep 5 22:38:25 2005 UTC
(7 years, 8 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Added resolv.conf options for option and sortlist directives, #104870
dns_search_path_eth0 renamed to dns_search_eth0 so that all the dns_
variables match their resolv.conf counterpart.
Revision
1441 -
Directory Listing
Modified
Wed Aug 31 09:32:11 2005 UTC
(7 years, 8 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
service status requests (either by /etc/init.d/foo status or rc-status)
now update the service status by checking daemons and/or pidfiles to check if they are still running or not. To update the status in your own code,
source "${svclib}/sh/rc-daemon.sh" and call
update_service_status "${service}"
Trimmed $Header$ from a few files
Revision
1439 -
Directory Listing
Modified
Tue Aug 30 14:34:49 2005 UTC
(7 years, 8 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
iwconfig fixed for scanned ad-hoc networks
we now prefer managed over ad-hoc when processing scan results
iwconfig defaults to sleeping 1 second before scanning
iwconfig associate_test_quality now works. Fixes #103579 thanks to
Harald Schioeberg
iproute2 now understands ifconfig style netmask routes
Revision
1420 -
Directory Listing
Modified
Fri Aug 19 11:46:15 2005 UTC
(7 years, 9 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
dhcpcd now reports the correct needed version
iwconfig and wpa_supplicant have better tests for wireless interface
which fixes the 'lan wlan' problem
Revision
1414 -
Directory Listing
Modified
Mon Aug 15 08:51:18 2005 UTC
(7 years, 9 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
iproute2 now understands the old iface_xxx syntax, but this only works
if ifconfig (from net-tools) is installed
Revision
1405 -
Directory Listing
Modified
Fri Aug 12 16:14:47 2005 UTC
(7 years, 9 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
RC_AUTO_INTERFACE now defaults to no - we no longer mess with /etc unless
told too
tuntap no longer complains about ${devnull}
We now merge resolv.conf's from active interfaces
Revision
1382 -
Directory Listing
Modified
Fri Aug 5 11:16:26 2005 UTC
(7 years, 9 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Added # vim:ts=4 to all net-script files and re-indented
/dep{cache,tree} are now chmodded 0644 so users can read them
Revision
1370 -
Directory Listing
Modified
Thu Aug 4 10:50:16 2005 UTC
(7 years, 9 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
interface state directories are now created with -m 0755 to ensure that
everyone can read them
rc-daemon.sh now supports multiple cmds - partial fix for #98745
Revision
1367 -
Directory Listing
Modified
Tue Aug 2 10:19:11 2005 UTC
(7 years, 9 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
iwconfig no longer downs and ups the interface after a scan - instead we set essid any just before doing it
Revision
1362 -
Directory Listing
Modified
Mon Aug 1 20:18:52 2005 UTC
(7 years, 9 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
We now only link /etc/{resolv,ntp,yp}.conf when the file exists.
We now link back everything in the state dir except for .sv files.
Revision
1314 -
Directory Listing
Modified
Mon Jul 18 07:26:06 2005 UTC
(7 years, 10 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Changed wpa-supplicant to wpa_supplicant when reporting that it is not
installed. Fixes #99381
Fixed some startup problems caused by a mixture of inactive +
begin_service/end_service functions.
Revision
1313 -
Directory Listing
Modified
Mon Jul 18 07:20:24 2005 UTC
(7 years, 10 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Changed wpa-supplicant to wpa_supplicant when reporting that it is not
installed. Fixes #99381
Fixed some startup problems caused by a mixture of inactive +
begin_service/end_service functions.
Revision
1295 -
Directory Listing
Modified
Wed Jul 13 10:22:08 2005 UTC
(7 years, 10 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
pump-0.8.21-r4 now creates ntp.conf by itself so the ntp.conf creation
code has been removed from the pump module and helper.
Revision
1291 -
Directory Listing
Modified
Mon Jul 11 21:15:02 2005 UTC
(7 years, 10 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
wpa_supplicant now marks service as stopped when using wpa_supplicant-0.4.x
and we have associated but failed to configure in the background.
Revision
1276 -
Directory Listing
Modified
Thu Jul 7 10:31:00 2005 UTC
(7 years, 10 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Added nosendhost dhcp option so users can request not to send their
machines hostname by default. Fixes #98132
Revision
1267 -
Directory Listing
Modified
Fri Jul 1 20:40:29 2005 UTC
(7 years, 10 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Minor tweaks to all dhcp modules - basically better quoting so that
the eval calls work better
pump can now be backgrounded
Tweaked the dhcp helpers so that more code is shared
A few tweaks to runscript.sh and rc-services.sh to avoid races
Revision
1263 -
Directory Listing
Modified
Wed Jun 29 16:41:11 2005 UTC
(7 years, 10 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
dhclient now parses dhclient_eth0 for -cf parameter to set
dhclient now strips lines starting with script and send host-name
from and adds send host-name uberlaptop; at the top
To stop this behaviour, add dhclient_edit_config=no to /etc/conf.d/net
Fixes #96322
Removed killing udhcpc hard as it now dies nicely
Revision
1258 -
Directory Listing
Modified
Tue Jun 28 11:44:18 2005 UTC
(7 years, 10 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
wpa_supplicant now respects the background=no option if
wpa_suppliant>=0.4.0 is installed
fixed network dependencies some more
You can now restart a script marked starting/inactive
Documented the use of the RC_USE_CONFIG_PROFILE variable in conf.d/rc
udhcpc now removes stale pidfiles
Revision
1255 -
Directory Listing
Modified
Tue Jun 21 11:55:16 2005 UTC
(7 years, 11 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
interfaces can now dynamically add themselves to a bridge using
bridge_add_eth0="br0" - they are dynamically removed as well. Fixes #93321
Revision
1253 -
Directory Listing
Modified
Mon Jun 20 21:17:04 2005 UTC
(7 years, 11 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
iwconfig and wpa_supplicant now check rk_kill if available and produce a
suitable error if rf is killed #56430
Revision
1251 -
Directory Listing
Modified
Mon Jun 20 15:49:41 2005 UTC
(7 years, 11 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
ifconfig now reports correct MAC address
ifconfig and iproute2 now support mtu_eth0 option
net.lo attemts to arping the requested address when RC_AUTO_INTERFACE==yes
Revision
1246 -
Directory Listing
Modified
Fri Jun 17 15:47:45 2005 UTC
(7 years, 11 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Fixed VLAN documentation for working with eth0.1 style names #95121
tarball.sh now works with svn
dhclient and udhcpc now report any errors to stdout
RC_DEVICE_TARBALL now defaults to no
STYLE updates to iwconfig
Revision
1216 -
Directory Listing
Modified
Thu Jun 2 14:14:17 2005 UTC
(7 years, 11 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
dhcp helper module fixes
dhcpcd-backgrounder renamed to dhcpcd-wrapper
dhcpcd-wrapper applies dns_search_domains_* to /etc/resolv.conf
fixes #94027 when used with dhcpcd-1.3.22_p4-r10
dhcpcd module now applies route metric if possible
Revision
1212 -
Directory Listing
Modified
Wed Jun 1 09:35:58 2005 UTC
(7 years, 11 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
removed cruft from net-scripts functions helper as rc-services.sh can
now be sourced by our dhcp helpers without causing errors.
Revision
1201 -
Directory Listing
Modified
Fri May 27 08:51:04 2005 UTC
(7 years, 11 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Added macnet module (like essidnet but for mac addresses)
Regresses macchanger one version
Tweaked module depends for macnet
dhcp helper now uses macnet
Revision
1200 -
Directory Listing
Modified
Thu May 26 21:11:55 2005 UTC
(7 years, 11 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
You can now configure all options via the MAC address of your network card
and the MAC address of AP you connect to like so
config_001122334455=( "192.168.0.2/24 brd +")
Fixes the last part of #52975
The old way of configuring for the MAC address of the AP is no longer
supported
Revision
1195 -
Directory Listing
Modified
Wed May 25 10:20:19 2005 UTC
(8 years ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
networking now expands configuration parameters - fixes #91564
so config_eth0=( "192.168.{1..3}.{1..3}/24 brd +" ) expands into
config_eth0=(
"192.168.1.1/24 brd +"
"192.168.1.2/24 brd +"
"192.168.1.3/24 brd +"
"192.168.2.1/24 brd +"
"192.168.2.2/24 brd +"
"192.168.2.3/24 brd +"
"192.168.3.1/24 brd +"
"192.168.3.2/24 brd +"
"192.168.3.3/24 brd +"
)
updated ESSID variables example in wireless.example - fixes #92469
Revision
1125 -
Directory Listing
Modified
Tue May 3 18:41:27 2005 UTC
(8 years ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
changed default indentation to 2 spaces to match rcscripts in functions.sh
wpa_supplicant now stops wpa_cli before wpa_supplicant to fix a potential
future error
Revision
1104 -
Directory Listing
Modified
Mon Apr 25 07:26:30 2005 UTC
(8 years, 1 month ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
iproute2 now handles mtu the same way as ifconfig - fixes #90242
net.lo no longer errors when using postdown and postup functions
Revision
1103 -
Directory Listing
Modified
Fri Apr 22 14:42:57 2005 UTC
(8 years, 1 month ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Address network routes now get metrics applied as well
(ie a route automatically added when an address is added)
net.lo no longer errors when exlcuding modules who are installed
Revision
1096 -
Directory Listing
Modified
Mon Apr 18 17:10:41 2005 UTC
(8 years, 1 month ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Changed "sed -ne" to "sed -n -e" for portability.
Added auto_interface (default yes).
if auto_interface is yes then we
*) default to dhcp
*) automatically calculate a metric (this may need work)
*) select the best interface based on metric
(restore resolv.conf, ntp.conf and yp.conf we have saved)
otherwise we
*) default to null
wpa_supplicant no longer kills itself when we're not stopping the interface
it's running on.
wpa_supplicant now uses wpa_monitor (yet to be released) if available.
Added a new module called system which enables the definition of domain
name, dns servers, ntp servers, nis domain and nis servers per interface.
essidnet and dhcp helpers have been re-coded around this module.
Revision
1086 -
Directory Listing
Modified
Thu Apr 14 09:32:33 2005 UTC
(8 years, 1 month ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Fixed ifconfig and iproute2 erroring from new lo code - fixes #88006
If /proc/net/netlink does not exist then iproute2 will fail the
check_installed function with an appropriate error - Thanks to
Jeremy Huddleston for the patch.
If /proc/net/packet does not exist then wpa_supplicant will fail
check_installed function with an appropriate error
Background fixes for net.lo, udhcpc and wpa_supplicant
Revision
1083 -
Directory Listing
Modified
Mon Apr 11 13:42:06 2005 UTC
(8 years, 1 month ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
removed ${devnull} from net.lo and net-script modules
updated all modules not to re-direct stderr where appropriate
iwconfig and wpa_supplicant now save their current ESSID via save_options
and reload it in their pre_stops so that ${ESSID} and ${ESSIDVAR} can be
used in users custom postdown functions
Revision
1077 -
Directory Listing
Modified
Fri Apr 8 17:13:43 2005 UTC
(8 years, 1 month ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
added a bash_variable to functions.sh which converts the given string
into a variable that bash can use - fixes #88175
net scripts can only launch if we're not in ${BOOTLEVEL}
Revision
1072 -
Directory Listing
Modified
Fri Apr 1 16:33:16 2005 UTC
(8 years, 1 month ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
RC_DAEMON_syslog_ng allows syslog-ng to be started with the specified
launcher - like valgrind or strace. Handy for debugging/auditing.
Thanks to Rob Holland for the idea.
Stopped setting ESSID in predown functions in iwconfig and wpa_supplicant
as there is no guarantee that the current ESSID is the one we started with
Also, we may not have an ESSID at all...
Revision
1066 -
Directory Listing
Modified
Wed Mar 23 14:38:31 2005 UTC
(8 years, 2 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
bridge stops removing IP addresses from bridge ports.
iwconfig no longer tries to get an ESSID from non-wireless interfaces.
ifconfig no longer errors when deleting addresses on a non-existant
interface.
Revision
1031 -
Directory Listing
Modified
Wed Mar 9 17:25:14 2005 UTC
(8 years, 2 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
changed from $( cat ${file} ) to $( < ${file ) in net-scripts
fixed ChangeLog corruption
rc-daemon.sh now works with the env program
Revision
1029 -
Directory Listing
Modified
Tue Mar 8 16:04:18 2005 UTC
(8 years, 2 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
rc-services.sh now does a /sbin/depscan.sh -u if we have not got
our deptree loaded
removed net_start/stop function from net.lo, bridge and bonding
net.lo now supports depend() per interface like so
depend_br0() { need net.eth0 net.eth1 }
Revision
1004 -
Directory Listing
Modified
Tue Mar 1 17:59:12 2005 UTC
(8 years, 2 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
rc-daemon.sh now provides a working wrapper for start-stop-daemon
fixes bug #7198
removed ps calls from net scripts
Revision
947 -
Directory Listing
Modified
Thu Feb 10 17:04:03 2005 UTC
(8 years, 3 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
net.lo now supports fallback_route - fixes #75676
due to bash limitations, only one fallback route is supported
cleaned up dhcp helper
iproute now appends routes instead of adding them - this allows multiple
default routes
RC_STRICT_NET_CHECKING now supports the none "option" which means
that the net service is always up
Revision
915 -
Directory Listing
Modified
Fri Feb 4 10:36:39 2005 UTC
(8 years, 3 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
It's now possible to configure addresses and routes for the loopback
interface if required - however you cannot override our defaults
wpa_supplicant and iwconfig now loop for 5 seconds if essid is
not returned straight away
fixed depends error in run_script
Revision
872 -
Directory Listing
Modified
Thu Jan 27 12:37:06 2005 UTC
(8 years, 3 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
removed udhcpc-* and dhclient-* helper modules and replaced them with a
generic dhcp module which caters for all interfaces and dhcp clients that
need it.
We now prefer iproute2 over ifconfig if both are installed.
Revision
843 -
Directory Listing
Modified
Thu Jan 13 14:53:41 2005 UTC
(8 years, 4 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
wpa_supplicant forces ctrl_interface to /var/run/wpa_supplicant
and removes stale directories
clean_pidfile function no longer errors on empty pidfiles
Revision
832 -
Directory Listing
Modified
Tue Jan 11 16:21:00 2005 UTC
(8 years, 4 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
added "noop" config parameter which means take no action if the interface
is up and has an address configured, otherwise continue
addresses are now removed when starting an interface - fixes #77111
Revision
816 -
Directory Listing
Modified
Tue Jan 4 15:34:33 2005 UTC
(8 years, 4 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
bridge now marks interfaces as UP - fixes #75354
net.lo tests the return value of modprobe - fixes #76385
iwconfig now sets enc keys through an eval statement - fixes #76601
updated wireless.example for whitespace in keys
Revision
805 -
Directory Listing
Modified
Fri Dec 17 10:29:02 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
wpa_supplicant - fixed file location for wpa_cli and association test
as it they changed in wpa_supplicant-0.3.x
wpa_supplicant now brings the interface up before launching - fixes #74637
Revision
779 -
Directory Listing
Modified
Sun Dec 12 12:18:43 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
dhcpcd and udhcpc now run via the eval statement so quotes can be used
in options. Fixes #74053 - thanks to Evan Buswell
Revision
768 -
Directory Listing
Modified
Wed Dec 8 13:15:21 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
removed is_in_fstab function and replaced with get_mount_fstab which
returns a mount command based on the contents of fstab. Resolves bugs
#70044 and #73762
Revision
767 -
Directory Listing
Modified
Wed Dec 8 08:04:52 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
iwconfig now unsets wireless config and downs interface when backgrounding
fails
wpa_supplicant now supports backgrounding
Revision
762 -
Directory Listing
Modified
Tue Dec 7 15:10:14 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
ifconfig and iproute2 now support function interface_set_mac_address
macchanger no longer depends on macchanger if configuring a specific
mac address
Revision
761 -
Directory Listing
Modified
Tue Dec 7 13:06:59 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
essidnet - fixed setting up search domains
ifconfig now reads the old gateway variable correctly - fixes #73607
iwconfig now supports backgrounding
Revision
759 -
Directory Listing
Modified
Mon Dec 6 23:34:55 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
added rc-script statuses "starting" and "inactive"
dhcpcd, udhcpc and dhclient now support backgrounding - fixes #52975
Revision
754 -
Directory Listing
Modified
Mon Dec 6 13:39:01 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
macchanger defaults to setting the interface down, and then trying
with it up - fixes #71929
macchanger converts mac_${IFACE} to lowercase - fixes #73549
iproute2 now configures the interface up everytime we add an address
removed "need interface" from all modules depends as net.lo requires
interface anyway
Revision
753 -
Directory Listing
Modified
Sun Dec 5 17:35:16 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
dhclient now kill it's process if it failed to get a lease on startup
all dhclient responses are now handled correctly
Revision
751 -
Directory Listing
Modified
Sat Dec 4 22:08:52 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
removed modules use dependancy in net.lo and added installed
- this allows use to provide "virtual" modules which are only "installed"
when other depended modules are installed
Revision
750 -
Directory Listing
Modified
Sat Dec 4 20:19:47 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
wpa_supplicant module added
config-system now creates files as .tmp instead of .new and loads the
wpa_supplicant module if needed
ifconfig now addes aliases to devices other than eth0
dhcpcd, dhclient, pump and udhcpc now expose the dhcp_${IFACE} variable
instead of the old peer_dns_${IFACE}, peer_ntp_${IFACE}, peer_nis_${IFACE}
ones
Revision
748 -
Directory Listing
Modified
Sat Dec 4 15:54:35 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
fixed dhclient-ifconfig to look for dhclient-udhcpc-wrapper in the correct
place and changed hardcoded eth1 to ${interface} in udhcpc-ifconfig.
Fixes #73327 - thanks to Benoit Boissinot
essidnet gets the essid itself instead of relying on ${ESSID}
Revision
739 -
Directory Listing
Modified
Fri Dec 3 16:34:38 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
udhcpc now caches it's IP address and requests it the next time it starts
if the address is not released
Revision
736 -
Directory Listing
Modified
Fri Dec 3 12:30:20 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Fixed config-system for only changing hostname when needed
udhcpc and dhclient now restore saved configs when stopping and work
with non-infinite leases
Revision
733 -
Directory Listing
Modified
Thu Dec 2 16:20:11 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Added option dhcp_release to specify if we release the DHCP lease or not
defaults to no
Changed variables peer_* to dhcp_*
dhclient and udhcpc now specify a pidfile
Revision
722 -
Directory Listing
Modified
Fri Nov 26 09:14:05 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Fixed up address detection in apipa
net.lo now checks for duplicate static IPv4 addresses before assigning
iwconfig now supports preassociate and postassociate user hooks
net.example - changed $1 to ${IFACE} in examples
Revision
715 -
Directory Listing
Modified
Tue Nov 23 17:44:24 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Fixed pump exporing ntp servers
implemented MODULES_DIR so we can change directory we load from on the fly
Revision
713 -
Directory Listing
Modified
Tue Nov 23 15:39:22 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
iproute2 does not need to create dummy interfaces for aliases
unlike ifconfig so we no longer do this
We now bring down all aliases and addresses properly
Split off some functions from net.lo into helpers.d/functions
so that our DHCP helper scripts can use them too :)
Deprecated interface specific setup in favour of a generic config
macchanger brings interface up now - fixes #71929
DHCP over VLAN now works - fixes #71860
Disabled modified function checking as it's far too expensive on CPU
and still isn't 100% reliable
When specifing a module that isn't emerged, you now get an error
telling you what to emerge
Removed -p option from the diff call used for function removal
Revision
709 -
Directory Listing
Modified
Fri Nov 19 16:22:05 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
tests for hostname (none) when sending hostname via dhcpcd, udhpc or pump
udhcpc now does correct signal handling so we can release leases and
terminate cleanly
Improved pump process detection
Rewrote udhcpc helper scripts around udhcpc and wrapped dhclient to udhcpc
scripts. This makes things much saner as udhcpc is much saner - also fixed
essidnet and ipv6 local link for them.
Revision
708 -
Directory Listing
Modified
Wed Nov 17 15:12:00 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
ifconfig handles inet6 routing automatically - bug #33310
ifconfig - fixed old gateway + gateway in routes conflict
iproute2 cleaned up some functions
Revision
705 -
Directory Listing
Modified
Wed Nov 17 10:33:54 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Fixed invalid variable handling in bonding and vlan - bug #71419
apipa now brings the interface up before testing if address exists
Revision
698 -
Directory Listing
Modified
Mon Nov 15 18:51:54 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Split modules_load into smaller more managable functions in net.lo
Added modules_force option to net.lo with a big phat warning in
net.example about it potentially breaking networking
Fixed indentation problem in ifconfig
Revision
694 -
Directory Listing
Modified
Mon Nov 15 15:54:46 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Added searchdomains_ESSID option to essidnet
Stopped the domain setting from putting the same entry in search
in config-system and essidnet
Revision
690 -
Directory Listing
Modified
Mon Nov 15 12:17:06 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Documented APIPA module in net.example
Added kernel checking for vlan - fixes #70829
Added kernel checking for bonding, bridging and tuntap
Added iproute2 support to the APIPA module
Revision
688 -
Directory Listing
Modified
Sat Nov 13 09:53:56 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Added arping duplicate address detection to net.lo
Created Automatic Private IP Addressing (APIPA) module
Bonding is now started pre instead of post
Revision
686 -
Directory Listing
Modified
Fri Nov 12 17:51:14 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Added dependancy checking to ipppd
Bonding is now started pre instead of post
Fixed missing changes of get_type to interface_type and get_variable to
interface_variable
Revision
685 -
Directory Listing
Modified
Fri Nov 12 12:21:55 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Fixed iface variable in dhcp modules for vlans
Changed get_device to interface_device
Changed get_type to interface_type
Added vlan configuration options and documented them in net.example
Fixed bridge configuration handling
Removed _get_vlans from iproute2 and ifconfig as vlan now does it itself
Revision
684 -
Directory Listing
Modified
Thu Nov 11 15:28:18 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Fixed category of rp-pppoe to net-dialup error when requesting ADSL
Improved inet6 address deletion and detection in iproute2
Improved gateway logic in ifconfig
Changed all wireless reporting functions to use iwgetid instead of
parsing iwconfig output except for essid
Revision
679 -
Directory Listing
Modified
Mon Nov 8 15:18:24 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
Added options to configure bridge
Added bridge configuration example to net.example
Added missing required function interface_exists to iptunnel check_depends
Revision
675 -
Directory Listing
Modified
Fri Nov 5 17:03:08 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
net-scripts/net.modules.d/bridge
- fixed destroying a bridge if no ports were added
- starts interfaces if they don't exist - fixed bug #65153
net-scrips/net.modules.d/bonding
- starts interfaces if they don't exist
net-scripts/init.d/net.lo
- added net_start() function to start depandant ifaces
so that bridge br0 can active tun0 which net.tun0 has to create
Revision
674 -
Directory Listing
Modified
Fri Nov 5 14:32:33 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
net-scripts/init.d/net.lo
- added use dependany on wlan incase we're using linux-wlan-ng drivers
fixes bug #64978
- moved start() to run_start() and stop() to run_stop()
created run() and new start()/stop() functions
this is so that we have one single entry point to localise variables
and to remove any added functions loaded by our modules
- removed redundant interface_exists() as it's provided by
ifconfig and/or iproute2
net-scripts/net.modules.d/ifconfig and iproute2
- added ifconfig_tunnel and iproute2_tunnel functions
addred gre/ipip tunnel support via the the tunnel module
- fixes bug #50765
Revision
673 -
Directory Listing
Modified
Fri Nov 5 00:09:12 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
net-scripts/net.modules.d/pump
- fixed setting ntp servers
net-scripts/net.modules.d/dhcpcd
- fixed stopping function
Fixed last ChangeLog date to today and not tomorrow :/
Revision
672 -
Directory Listing
Modified
Thu Nov 4 21:42:07 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
net.lo - added get_type function to return the type of the interface
- eth, ippp, etc
ipppd, tuntap
- start() moved to pre_start() and we now test by type
this means you no longer need ifconfig_ippp0=( "isdn" "dhcp" )
as ippp0 is always an isdn device
bridge - fixed stop function and moved start() to pre_start()
and automatically start if the variable bridge_${iface} exists
net.example - fixed up documentation for changed behaviour above
Revision
670 -
Directory Listing
Modified
Thu Nov 4 16:20:25 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d
net-scripts/init.d/net.lo
- we remove all added functions when restarting an interface
this relies on the diff command being available
added isdn support via the new ipppd module
net-scripts/conf.d/net.example
- added sample isdn setup
net-scripts/conf.d/wireless.example
- added better descriptions to the _sleep variables
Fixed boolean logic error when testing is_net_up in /sbin/runscript.sh
- fixed bug #70022
Revision
642 -
Directory Listing
Modified
Mon Oct 25 18:40:43 2004 UTC
(8 years, 7 months ago)
by
agriffis
Original Path:
trunk/net-scripts/net.modules.d
In net-scripts/net.modules.d/ifconfig:
- Simplify ifconfig_is_up()
- Fix ifconfig_get_aliases_rev() to actually work... you can't
specify an interface name to ifconfig if you want to see the
aliases.
- Workaround a couple ifconfig bugs dealing with aliases
- Correct a return status in ifconfig_interface_del_addresses()
Revision
637 -
Directory Listing
Modified
Fri Oct 22 16:47:40 2004 UTC
(8 years, 7 months ago)
by
agriffis
Original Path:
trunk/net-scripts/net.modules.d
Add support for user_eth0 in the adsl module and in net.example. This means that most users won't need to edit pppoe.conf at all
Revision
605 -
Directory Listing
Modified
Wed Oct 13 17:13:49 2004 UTC
(8 years, 7 months ago)
by
agriffis
Original Path:
trunk/net-scripts/net.modules.d
Install net.modules.d to /lib/rcscripts instead of /etc so we
don't have to deal with CONFIG_PROTECT
Fix diff code in modules_load so it can identify which functions
have been modified
Fix fallback mechanism in iface_start so that it works correctly
and doesn't report a bogus error message when trying the fallback
Get rid of need_begin trickery in iface_stop
Simplify eend processing in dhcp modules
Implement eindent, eoutdent, esetdent in functions.sh and adjust
net-scripts to use them.
Re-write einfo, ewarn, eerror, ebegin, eend, ewend to use
RC_INDENTATION and to work better on serial terminals
Remove conf.d/net.ppp0 since that is provided by net-dialup/ppp
Revision
554 -
Directory Listing
Modified
Wed Sep 15 16:56:29 2004 UTC
(8 years, 8 months ago)
by
agriffis
Original Path:
trunk/net-scripts/net.modules.d
update to version 1.0 of net-scripts from Roy
add default conf.d/net which is blank except for a short comment referring to net.example
Revision
534 -
Directory Listing
Modified
Thu Aug 12 04:29:53 2004 UTC
(8 years, 9 months ago)
by
agriffis
Original Path:
trunk/net-scripts/net.modules.d
- Get rid of "interface" and "interface_provides" functions, instead
dynamically generate class functions instead when modules are
loaded.
- Double-check when loading modules to make sure that functions aren't
replaced
- Sanity check user-specified module list to make sure none conflict
- Get ride of IFMODULE
| Sticky Revision: |
|