Log of /branches/baselayout-1_12/net-scripts/conf.d/net.example
Parent Directory
|
Revision Log
Revision
1263 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 29 16:41:11 2005 UTC
(7 years, 10 months ago)
by
uberlord
Original Path:
trunk/net-scripts/conf.d/net.example
File length: 20320 byte(s)
Diff to
previous 1255
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
1200 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu May 26 21:11:55 2005 UTC
(7 years, 11 months ago)
by
uberlord
Original Path:
trunk/net-scripts/conf.d/net.example
File length: 19387 byte(s)
Diff to
previous 1195
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 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed May 25 10:20:19 2005 UTC
(7 years, 11 months ago)
by
uberlord
Original Path:
trunk/net-scripts/conf.d/net.example
File length: 19216 byte(s)
Diff to
previous 1096
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
1096 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 18 17:10:41 2005 UTC
(8 years, 1 month ago)
by
uberlord
Original Path:
trunk/net-scripts/conf.d/net.example
File length: 18939 byte(s)
Diff to
previous 1029
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
1029 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 8 16:04:18 2005 UTC
(8 years, 2 months ago)
by
uberlord
Original Path:
trunk/net-scripts/conf.d/net.example
File length: 17725 byte(s)
Diff to
previous 947
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
947 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Feb 10 17:04:03 2005 UTC
(8 years, 3 months ago)
by
uberlord
Original Path:
trunk/net-scripts/conf.d/net.example
File length: 17062 byte(s)
Diff to
previous 872
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
872 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Jan 27 12:37:06 2005 UTC
(8 years, 3 months ago)
by
uberlord
Original Path:
trunk/net-scripts/conf.d/net.example
File length: 16952 byte(s)
Diff to
previous 832
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
750 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 4 20:19:47 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/conf.d/net.example
File length: 16462 byte(s)
Diff to
previous 738
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
722 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 26 09:14:05 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/conf.d/net.example
File length: 14890 byte(s)
Diff to
previous 713
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
713 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 23 15:39:22 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/conf.d/net.example
File length: 14576 byte(s)
Diff to
previous 709
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 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 19 16:22:05 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/conf.d/net.example
File length: 16815 byte(s)
Diff to
previous 708
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
702 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 16 15:17:10 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/conf.d/net.example
File length: 16396 byte(s)
Diff to
previous 701
We no longer default a fallback to APIPA when no config is given
net.example fleshed out a bit more for dhcpcd - fixes #60845
Improved forced module handling a touch
modules_sort and modules_check_user in net.lo buffer _provides,
_before and _after in arrays to avoid shelling out
Revision
698 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 15 18:51:54 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/conf.d/net.example
File length: 15982 byte(s)
Diff to
previous 690
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
685 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 12 12:21:55 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/conf.d/net.example
File length: 14029 byte(s)
Diff to
previous 679
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
674 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 5 14:32:33 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/conf.d/net.example
File length: 13611 byte(s)
Diff to
previous 672
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
672 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 4 21:42:07 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/conf.d/net.example
File length: 13173 byte(s)
Diff to
previous 670
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 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 4 16:20:25 2004 UTC
(8 years, 6 months ago)
by
uberlord
Original Path:
trunk/net-scripts/conf.d/net.example
File length: 12824 byte(s)
Diff to
previous 664
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
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.
| Sticky Revision: |
|