| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
transition to netifd easier
SVN-Revision: 28495
|
|
|
|
|
|
| |
bridge interfaces
SVN-Revision: 28412
|
|
|
|
|
|
| |
txqueuelen in prepare_interface instead of setup_interface. setting the mtu after the interface is up is unreliable on some drivers such as gianfar
SVN-Revision: 28297
|
|
|
|
|
|
| |
avoids overmatching pairs like 1.2.3.35 and 1.2.3.3
SVN-Revision: 28291
|
|
|
|
|
|
| |
address configured
SVN-Revision: 28241
|
|
|
|
|
|
|
|
| |
addresses on an interface"
Multiple IPv6 addresses should be handled with alias sections
SVN-Revision: 28240
|
|
|
|
| |
SVN-Revision: 28222
|
|
|
|
|
|
| |
uci. - option ipv4_xyz is mapped to /proc/sys/net/ipv4/{conf,neigh}/xyz - option ipv6_xyz is mapped to /proc/sys/net/ipv6/{conf,neigh}/xyz This allows e.g. "option ipv6_proxy_ndp 1" to enable NDP proxying on wan. Fixes ticket #8699.
SVN-Revision: 27653
|
|
|
|
|
|
| |
vars (#9711)
SVN-Revision: 27616
|
|
|
|
|
|
| |
majority of users mean when they just specify an ip address
SVN-Revision: 27147
|
|
|
|
|
|
| |
the busybox utilities will interpret it as /0 and create an invalid default route
SVN-Revision: 27145
|
|
|
|
| |
SVN-Revision: 27132
|
|
|
|
|
|
| |
issues on wifi re-configuration
SVN-Revision: 26990
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
So far, we are setting the bridge interface up before having added any
bridge interface ports. This results in the bridge assigning a random
mac address to its bridge interface and therefore IPv6 assigning a
matching link local address to the bridge interface as soon as the
bridge interface is up. After adding the first bridge port interface,
the bridge's mac address is reset correctly, however the IPv6 link
local address stays the same.
This commit ensures that we are at least having the IPv6 link local
address of the first interface added to the bridge instead of a random
one.
Signed-off-by: Linus Lüssing <linus.luessing@web.de>
SVN-Revision: 26426
|
|
|
|
| |
SVN-Revision: 25473
|
|
|
|
|
|
| |
option, defaults to true for dhcp interfaces, false for others - introduce send_rs option, defaults to true for static interfaces, false for others
SVN-Revision: 25454
|
|
|
|
| |
SVN-Revision: 25239
|
|
|
|
| |
SVN-Revision: 25237
|
|
|
|
|
|
| |
additional dhcp options to request
SVN-Revision: 24780
|
|
|
|
|
|
| |
and link local addresses on bridge member devices
SVN-Revision: 24194
|
|
|
|
|
|
| |
management of multiple default routes
SVN-Revision: 24020
|
|
|
|
| |
SVN-Revision: 23279
|
|
|
|
|
|
| |
iface, utilize service_kill() in dhcp shutdown. Based on patch by Stijn Tintel. Possibly related to #7314
SVN-Revision: 23092
|
|
|
|
|
|
| |
used, fix it. Also localize the txqueuelen option variable
SVN-Revision: 22467
|
|
|
|
| |
SVN-Revision: 22444
|
|
|
|
|
|
| |
the broadcast flag in DHCP requests, required by certain providers
SVN-Revision: 21661
|
|
|
|
| |
SVN-Revision: 21659
|
|
|
|
|
|
| |
option "layer" to select the target ifname to attach the alias to: - 3 use tun device (tun over bridge over device) fallback to bridge or device - 2 use bridge (bridge over device) fallback to device - 1 use device
SVN-Revision: 21655
|
|
|
|
|
|
| |
non-static interfaces like ppp, dhcp, 6in4 etc.
SVN-Revision: 21652
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 21597
|
|
|
|
| |
SVN-Revision: 21595
|
|
|
|
|
|
| |
addresses in sync (patch from #7111)
SVN-Revision: 21577
|
|
|
|
|
|
| |
to merge dns entries from multiple interfaces
SVN-Revision: 21391
|
|
|
|
| |
SVN-Revision: 21386
|
|
|
|
|
|
| |
move it to protocol stop callbacks
SVN-Revision: 21383
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following error is displayed during network configuration on any device that has DEVICE_TYPE set to something else then router, or has brctl functionality disabled through some other method:
"brctl: SIOCGIFBR: Package not installed"
This is due to the unbridge function being called, which uses "brctl show" to determine if the interface is bridged.
Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl>
SVN-Revision: 20218
|
|
|
|
|
|
| |
behaviour in udhcp default.script
SVN-Revision: 19597
|
|
|
|
| |
SVN-Revision: 19488
|
|
|
|
|
|
| |
applicable
SVN-Revision: 19478
|
|
|
|
|
|
| |
ip by re-adding it after alias setup is completed - patch by Alina Friedrichsen
SVN-Revision: 19303
|
|
|
|
| |
SVN-Revision: 18876
|
|
|
|
|
|
| |
bridge
SVN-Revision: 17596
|
|
|
|
|
|
| |
(r17527) until we've solved the race conditions it creates
SVN-Revision: 17544
|
|
|
|
| |
SVN-Revision: 17527
|
|
|
|
|
|
| |
the hotplug call, this ensures that ipv6 is loaded before any interfaces or aliases with ip6addr option are configured (#5356)
SVN-Revision: 17217
|
|
|
|
|
|
|
|
|
|
|
| |
* Localize a lot more variables than before.
* Do stuff or localize variables at later points or inner blocks
so less commands are executed in some cases.
* Use the default option of config_get where it makes sense.
Signed-off-by: Malte S. Stretz <mss@apache.org>
SVN-Revision: 17160
|
|
|
|
|
|
| |
defined, clean trailing whitespace, bump pkg revision (#5356)
SVN-Revision: 17118
|
|
|
|
|
|
| |
change is requested
SVN-Revision: 16269
|
|
|
|
|
|
| |
bring down old aliases before setting up new ones
SVN-Revision: 16266
|