Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base-files: - use add_dns() and remove_dns() for when changing ↵ | Jo-Philipp Wich | 2010-05-30 | 1 | -0/+3 |
| | | | | | | 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, ppp: remove protocol specific cleanup code from /sbin/ifdown and ↵ | Jo-Philipp Wich | 2010-05-05 | 1 | -22/+0 |
| | | | | | | move it to protocol stop callbacks SVN-Revision: 21383 | ||||
* | base-files: dispatch ifdown events for proto=none interfaces and fix a race ↵ | Jo-Philipp Wich | 2009-09-14 | 1 | -2/+2 |
| | | | | | | condition between revert state and hotplug handlers SVN-Revision: 17582 | ||||
* | remove /tmp/resolv.conf.auto when ifup -a is called so that any old dns ↵ | Travis Kemen | 2008-10-29 | 1 | -0/+1 |
| | | | | | | servers no longer in the config get cleared SVN-Revision: 13082 | ||||
* | add basic interface alias support. for now (since we don't use ip in our ↵ | Felix Fietkau | 2008-08-07 | 1 | -1/+5 |
| | | | | | | | | | | | network scripts yet), it adds :1, :2, ... alias interfaces this will change when we add support for the ip utility, but the config format will remain the same. example: config alias test option interface lan option ipaddr 192.168.1.1 option netmask 255.255.0.0 SVN-Revision: 12241 | ||||
* | network scripts: revert the network state after running ifdown, not before | Felix Fietkau | 2008-08-03 | 1 | -3/+4 |
| | | | | SVN-Revision: 12081 | ||||
* | Here comes the new UCI. Enjoy :) | Felix Fietkau | 2008-02-03 | 1 | -5/+1 |
| | | | | SVN-Revision: 10367 | ||||
* | fix a few issues with dynamically assigned interfaces | Felix Fietkau | 2007-09-12 | 1 | -0/+2 |
| | | | | SVN-Revision: 8765 | ||||
* | keep track of the network interface states (stored in uci format in ↵ | Felix Fietkau | 2007-06-16 | 1 | -0/+6 |
| | | | | | | /var/state/network, overlay over /etc/config/network) SVN-Revision: 7643 | ||||
* | more fixes | Felix Fietkau | 2007-06-15 | 1 | -2/+2 |
| | | | | SVN-Revision: 7639 | ||||
* | fix ifdown hotplug event (#1576) | Felix Fietkau | 2007-04-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 6950 | ||||
* | fix bogus "interface not found" errors in ifup -a (#1580) | Felix Fietkau | 2007-04-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 6949 | ||||
* | nuke mdev and replace it with hotplug2 :) | Felix Fietkau | 2007-03-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 6512 | ||||
* | add support for if{down,up} -a and implement proper start/stop/restart for ↵ | Felix Fietkau | 2007-03-02 | 1 | -1/+8 |
| | | | | | | /etc/init.d/network SVN-Revision: 6455 | ||||
* | fix typos in ifdown (patch from #1319) | Felix Fietkau | 2007-02-06 | 1 | -2/+2 |
| | | | | SVN-Revision: 6272 | ||||
* | rename default/ to files/ | Felix Fietkau | 2006-11-22 | 1 | -0/+55 |
SVN-Revision: 5622 |