23 Commits (ce3592c5efb01a700c3344684df4b4c6d517ad8b)

Author SHA1 Message Date
Travis Kemen 1c09c55875 add clientid to udhcpc thanks pjama 17 years ago
Felix Fietkau 049dc2925b fix a race condition with dynamic interfaces and firewalling 17 years ago
Mike Baker 9a785f0b0a more wpa+wds patches 18 years ago
Felix Fietkau 5b52ebfcb1 fix a race condition with broadcom wl devices in a bridge if a device is added before the bridge is brought up, the wifi settings are lost 18 years ago
Mike Baker 810b0bcb22 fix broadcast address (#1611) 18 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
Eugene Konev 9cea5657af Fix ipv6 address assignment (#1622). 18 years ago
Mike Baker 10ac836039 various patches to add support for ppp over evdo or character devices 18 years ago
Felix Fietkau 478ee4a135 network config: ignore nonexistant interfaces 18 years ago
Felix Fietkau f9abb7cbba add an optional parameter to scan_interfaces() that can override the network config file (defaults to 'network') 18 years ago
Felix Fietkau a44c286fdb nuke mdev and replace it with hotplug2 :) 18 years ago
Felix Fietkau c1ab24d04a add a check for brctl in the unbridge() function (fixes #1417) 18 years ago
Felix Fietkau 43580f1b1d integrate the fix from #1348 and clean up the network scripts a bit... 18 years ago
Felix Fietkau 2ff5dc759a add broadcast setting for /etc/config/network interfaces 18 years ago
Felix Fietkau 857d350bc7 ignore the bridge option if brctl is not available 18 years ago
Felix Fietkau 73e982ce0c Fix the issue where the default gateway is not set in static mode most of the time. Seems like the bridge is not fast enough at switching to 'forwarding' mode so a short delay before setting the routes is necessary. 18 years ago
Felix Fietkau d18161d2df add checks for {ip,ip6}addr in the network config 18 years ago
Felix Fietkau 656412d1a3 Forward port whiterussian resolv.conf changes /etc/resolv.conf links to /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 18 years ago
Florian Fainelli cac1789e6c Set up ipv6 address if provided in network configuration (#1028) 18 years ago
Felix Fietkau 545284a609 fix a typo 18 years ago
Felix Fietkau 7cc6503877 add option for setting the mac address (#1014) 18 years ago
Felix Fietkau 59a06c71cb rename default/ to files/ 18 years ago
Felix Fietkau bc779dc435 make sure udhcpc is spawned as a background process (use eval) 18 years ago
Felix Fietkau 57ab02b754 add support for -t 0 (infinite retry) in busybox udhcpc and use it in the network scripts 18 years ago
Felix Fietkau 57f2868c3d fix ifup hotplug event for static 18 years ago
Felix Fietkau c7213d81d6 add config option for autostart of network interfaces 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
Felix Fietkau 313556e91e remove all broadcom interfaces from bridges and bring them down completely when wifi down is called 18 years ago