16 Commits (6a85a3b53b41fe8e565ba353bb3b1c76701c8e05)

Author SHA1 Message Date
Jo-Philipp Wich 261d41a906 base-files: - use add_dns() and remove_dns() for when changing 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 15 years ago
Jo-Philipp Wich 66ab73d01f base-files, ppp: remove protocol specific cleanup code from /sbin/ifdown and move it to protocol stop callbacks 15 years ago
Jo-Philipp Wich bc37b2e831 base-files: dispatch ifdown events for proto=none interfaces and fix a race condition between revert state and hotplug handlers 15 years ago
Travis Kemen 6103f88358 remove /tmp/resolv.conf.auto when ifup -a is called so that any old dns servers no longer in the config get cleared 16 years ago
Felix Fietkau c05eb4ba63 add basic interface alias support. for now (since we don't use ip in our 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: 16 years ago
Felix Fietkau 8ff90e326e network scripts: revert the network state after running ifdown, not before 16 years ago
Felix Fietkau 0cf1a58282 Here comes the new UCI. Enjoy :) 17 years ago
Felix Fietkau f7ff1d6d0f fix a few issues with dynamically assigned interfaces 17 years ago
Felix Fietkau 4f16e9cc3e keep track of the network interface states (stored in uci format in /var/state/network, overlay over /etc/config/network) 18 years ago
Felix Fietkau 90d54c0faa more fixes 18 years ago
Felix Fietkau 5f4b17b53f fix ifdown hotplug event (#1576) 18 years ago
Felix Fietkau 6d47d3ae11 fix bogus "interface not found" errors in ifup -a (#1580) 18 years ago
Felix Fietkau a44c286fdb nuke mdev and replace it with hotplug2 :) 18 years ago
Felix Fietkau 84bec9f9cf add support for if{down,up} -a and implement proper start/stop/restart for /etc/init.d/network 18 years ago
Felix Fietkau 271a77fa90 fix typos in ifdown (patch from #1319) 18 years ago
Felix Fietkau 59a06c71cb rename default/ to files/ 18 years ago
Felix Fietkau b1d1701fd6 hopefully fix duplicate ppp instances (#895) 18 years ago
Felix Fietkau f458a8f21b fix ifdown hotplug event for static 18 years ago
Felix Fietkau ab80113a68 call interface stop handler on ifdown 18 years ago
Felix Fietkau 9abdf580d9 use lock to remove race conditions in bringing up ppp and dhcp that would lead to multiple active processes 18 years ago
Felix Fietkau 315f8e954b make network scripts more robust, prevent multiple instances of pppd and udhcpc for the same interface 18 years ago