Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base-files: move network related scripts to a separate package to make the ↵ | Felix Fietkau | 2011-10-20 | 1 | -161/+0 |
| | | | | | | transition to netifd easier SVN-Revision: 28495 | ||||
* | base-files: derive lease_acquired dhcp state var from /proc/uptime | Jo-Philipp Wich | 2011-02-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 25452 | ||||
* | base-files: the busybox update to v1.15.3 completely broke udhcpc route ↵ | Jo-Philipp Wich | 2010-12-22 | 1 | -73/+14 |
| | | | | | | option handling, repair default.script to work with the new format (#6435) SVN-Revision: 24778 | ||||
* | base-file: add metric option for static and dhcp protos, this simplifies the ↵ | Jo-Philipp Wich | 2010-11-17 | 1 | -1/+3 |
| | | | | | | management of multiple default routes SVN-Revision: 24020 | ||||
* | base-files: utilize uci_get_state to read the previous dhcp router address ↵ | Jo-Philipp Wich | 2010-10-04 | 1 | -2/+2 |
| | | | | | | in udhcpc default script. The setup_switch() procedure provided by swconfig calls config_load() during network restart and thus confuses udhcpc's uci state keeping resulting in a missing default route on each second network restart. Bypass the cached state vars and query uci directly to make the script immune against unwanted runtime changes. SVN-Revision: 23211 | ||||
* | base-files: cached state vars after scan_interfaces might be out of sync ↵ | Jo-Philipp Wich | 2010-09-19 | 1 | -3/+3 |
| | | | | | | when binding dhcp leases, this could lead to an unconfigured wan interface in certain circumstances. Replace config_get calls with uci_get_state SVN-Revision: 23091 | ||||
* | base-files: - use add_dns() and remove_dns() for when changing ↵ | Jo-Philipp Wich | 2010-05-30 | 1 | -11/+11 |
| | | | | | | resolv.conf.auto for static or dhcp interfaces - force 0644 permissions when creating resolv.conf.auto, fixes dnsmasq permissions denied problem with pppd interfaces - revert dns servers in /sbin/ifdown - bump package revision SVN-Revision: 21638 | ||||
* | base-files: use uci_get() wrapper (#7312) | Jo-Philipp Wich | 2010-05-17 | 1 | -5/+0 |
| | | | | SVN-Revision: 21490 | ||||
* | base-files: revert dhcp state information on ifdown and restore pre-r19530 ↵ | Jo-Philipp Wich | 2010-02-12 | 1 | -2/+1 |
| | | | | | | behaviour in udhcp default.script SVN-Revision: 19597 | ||||
* | base-files: fix udhcpc address acquisition on network restart (patch by ↵ | Jo-Philipp Wich | 2010-02-05 | 1 | -1/+2 |
| | | | | | | Scott Dudley) SVN-Revision: 19530 | ||||
* | Revert "fix nonhotpluggable networks not being brought up. Closes #2781" ↵ | Felix Fietkau | 2009-09-09 | 1 | -1/+0 |
| | | | | | | (r17527) until we've solved the race conditions it creates SVN-Revision: 17544 | ||||
* | fix nonhotpluggable networks not being brought up. Closes #2781 | Travis Kemen | 2009-09-06 | 1 | -0/+1 |
| | | | | SVN-Revision: 17527 | ||||
* | udhcpc: Pass all events to udhcpc.user | Vasilis Tsiligiannis | 2009-07-12 | 1 | -3/+3 |
| | | | | | | | | | | Petitboot and maybe other apps need to know when the dhcp lease is lost. Move the udhcpc.user call to send it all udhcpc events. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 16815 | ||||
* | allow udhcpc to work properly for interfaces that are not configured through uci | Felix Fietkau | 2009-07-03 | 1 | -23/+38 |
| | | | | SVN-Revision: 16664 | ||||
* | udhcpc: add cidr routes support (patch from #5299) | Felix Fietkau | 2009-06-13 | 1 | -0/+74 |
| | | | | SVN-Revision: 16433 | ||||
* | base-files: fixup resolv.conf check in udhcpc script | Jo-Philipp Wich | 2009-05-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 15903 | ||||
* | base-files: - restore device, ifname and aliases state in dhcp script - make ↵ | Jo-Philipp Wich | 2009-05-10 | 1 | -1/+8 |
| | | | | | | sure that resolv.conf.tmp is written once at least for statically configured dns SVN-Revision: 15753 | ||||
* | base-files: replace udhcpc script with an improved version | Jo-Philipp Wich | 2009-05-06 | 1 | -74/+116 |
| | | | | SVN-Revision: 15635 | ||||
* | udhcpc: run dhcp hotplug events after dns has been set | Felix Fietkau | 2009-04-04 | 1 | -7/+7 |
| | | | | SVN-Revision: 15095 | ||||
* | base-files: allow option dns to override dhcp assigned dns servers | Jo-Philipp Wich | 2009-02-19 | 1 | -9/+24 |
| | | | | SVN-Revision: 14562 | ||||
* | don't emit ifup hotplug events on dhcp renew - use a new iface hotplug type ↵ | Felix Fietkau | 2008-09-23 | 1 | -1/+5 |
| | | | | | | 'update' instead; fixes #3906 SVN-Revision: 12671 | ||||
* | Here comes the new UCI. Enjoy :) | Felix Fietkau | 2008-02-03 | 1 | -6/+5 |
| | | | | SVN-Revision: 10367 | ||||
* | fix a few issues with dynamically assigned interfaces | Felix Fietkau | 2007-09-12 | 1 | -0/+1 |
| | | | | SVN-Revision: 8765 | ||||
* | avoid a race condition that might lead to dnsmasq reading an empty ↵ | Felix Fietkau | 2007-07-12 | 1 | -3/+4 |
| | | | | | | resolv.conf (#2007) SVN-Revision: 7952 | ||||
* | keep track of the network interface states (stored in uci format in ↵ | Felix Fietkau | 2007-06-16 | 1 | -1/+7 |
| | | | | | | /var/state/network, overlay over /etc/config/network) SVN-Revision: 7643 | ||||
* | fix typo | Mike Baker | 2007-05-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 7244 | ||||
* | cleaner version of the udhcp script | Mike Baker | 2007-05-14 | 1 | -5/+7 |
| | | | | SVN-Revision: 7222 | ||||
* | Do not suppress routes if the router received on renew is the same (#138) | Florian Fainelli | 2007-05-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 7215 | ||||
* | nuke mdev and replace it with hotplug2 :) | Felix Fietkau | 2007-03-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 6512 | ||||
* | Forward port whiterussian resolv.conf changes /etc/resolv.conf links to ↵ | Felix Fietkau | 2007-01-08 | 1 | -1/+1 |
| | | | | | | /tmp/resolv.conf /tmp/resolv.conf links to /tmp/resolv.conf.auto by default (which is where the ISPs nameserver is in) When dnsmasq starts, it replaces /tmp/resolv.conf with a file pointing to 127.0.0.1 SVN-Revision: 6043 | ||||
* | rename default/ to files/ | Felix Fietkau | 2006-11-22 | 1 | -0/+57 |
SVN-Revision: 5622 |