Felix Fietkau
d9ff187003
netifd: update to the latest version
...
Emits an initial event after the first link-up of a force_link
interface. This is needed for making the dnsmasq dhcp check more
reliable
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-29 16:41:09 +02:00
Merlijn Wajer
4a0c4d8151
netifd: Use -x hostname:$hostname instead of -H
...
Passing the hostname is currently broken in since the shipped busybox includes this commit:
https://git.busybox.net/busybox/commit/networking/udhcp/dhcpc.c?id=2017d48c0d70bef8768efb42909e605ea8eb5a21
Before:
Sun Jan 31 18:11:32 2016 daemon.notice netifd: Interface 'wan' is now down
Sun Jan 31 18:11:32 2016 daemon.notice netifd: Interface 'wan' is setting up now
Sun Jan 31 18:11:32 2016 daemon.notice netifd: wan (18158): udhcpc: option -h NAME is deprecated, use -x hostname:NAME
Sun Jan 31 18:11:32 2016 daemon.notice netifd: wan (18158): udhcpc: malformed hex string 'WR150'
After:
Sun Jan 31 18:11:33 2016 daemon.notice netifd: wan (18169): udhcpc (v1.23.2) started
Sun Jan 31 18:11:33 2016 daemon.notice netifd: wan (18169): Sending discover...
Sun Jan 31 18:11:33 2016 daemon.notice netifd: wan (18169): Sending select for xxx.yyy.zzz.xyz...
Sun Jan 31 18:11:33 2016 daemon.notice netifd: wan (18169): Lease of xxx.yyy.zzz.xyz obtained, lease time 600
Signed-off-by: Merlijn Wajer <merlijn@wizzup.org>
2016-07-24 06:59:55 +02:00
Hans Dedecker
99e5bec2c6
netifd: quote vendorid and hostname variables in dhcp script
...
Quote hostname and vendorid variables in dhcp script so they can
hold strings having white spaces
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2016-07-12 14:33:49 +02:00
John Crispin
62dc9831d3
package/*: update git urls for project repos
...
Signed-off-by: John Crispin <john@phrozen.org>
2016-06-13 22:51:41 +02:00
Felix Fietkau
7eeb254cc4
treewide: replace nbd@openwrt.org with nbd@nbd.name
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-06-07 08:58:42 +02:00
Felix Fietkau
754565a84b
netifd: update to the latest version
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-06-06 15:46:35 +02:00
Hans Dedecker
f9a3123bbf
netifd: Remove hardcoded DHCP release option
...
Remove the udhcpc -R release option as sending a DHCP release
is configurable via the uci option release.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2016-05-11 16:46:17 +02:00
Hans Dedecker
a83f049b5b
netifd: Add configurable DHCP release behavior
...
Make sending a DHCP release configurable when the client exits allowing to clean up
IP/mac state info in intermediate devices.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2016-04-28 13:44:47 +02:00
Hans Dedecker
81a5f1ac9e
netifd: Send DHCP release when client exits
...
Let DHCP client send a release when it exists so the DHCP server is
informed the IP address is released and allowing to clean up IP/mac
state info in intermediate devices.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2016-03-31 12:18:29 +02:00
Jo-Philipp Wich
564330e013
netifd: fix default ip rules
...
Update to latest HEAD in order to remove the faulty "prelocal" ip rule leading
to unexpected policy rule precedence.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-03-31 00:05:02 +02:00
Jo-Philipp Wich
dab37abc4d
netifd: fix build error
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48920
2016-03-04 18:37:45 +00:00
Jo-Philipp Wich
81399345fe
netifd: fix VTI ikey/okey endianess
...
Ensure that ikey and okey are sent in network byte order to the kernel.
Also don't mangle external IP addrs and routes when reconfiguring iinterfaces.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48919
2016-03-04 17:48:18 +00:00
Felix Fietkau
208b3098f0
netifd: update to the latest version, adds many fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48595
2016-02-01 12:02:05 +00:00
Felix Fietkau
c49bc55669
netifd: update to the latest version, adds a cosmetic fix for a wpa related variable
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48397
2016-01-20 19:11:41 +00:00
Jo-Philipp Wich
5cf88bb032
netifd: fix PKG_VERSION ( #21630 )
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48280
2016-01-17 17:15:01 +00:00
Felix Fietkau
eb1ac66ce7
netifd: update to the latest version, adds VTI support and a policy routing fix
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48273
2016-01-17 11:05:53 +00:00
Felix Fietkau
9cd6162b63
packages: use OPENWRT_GIT to point at the main openwrt git repo
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48118
2016-01-04 15:11:49 +00:00
Felix Fietkau
a99c78a09a
netifd: update to the latest version, fixes more route table issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47897
2015-12-16 23:15:15 +00:00
Felix Fietkau
513702e658
netifd: update to the latest version, fixes reload issues on routing table changes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47893
2015-12-15 11:01:47 +00:00
Felix Fietkau
6fb259b6df
netifd: ifup-shellscript - fix wrong usage of 'local'
...
this error was not visible until recent bump to
busybox 1.24.1 stable which introduced a warning message
when keyword 'local' is not used with a shell-function.
this does not change behavior and is a cosmetic cleanup.
fixes the following output:
root@box:~ ifup <interface>
/sbin/ifup: local: line 362: not in a function
/sbin/ifup: local: line 362: not in a function
/sbin/ifup: local: line 1: not in a function
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 47828
2015-12-10 12:53:30 +00:00
Felix Fietkau
59dbc9fa4e
netifd: update to the latest version, fixes an issue with moving a wifi iface to a different network
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47683
2015-12-02 13:52:08 +00:00
Jo-Philipp Wich
49b3fc70e5
netifd: fix device status reporting for external interfaces
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47493
2015-11-17 16:34:43 +00:00
Felix Fietkau
e4859508be
netifd: update to the latest version, contains several fixes, including one for interface ip4/ip6table for device routes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47460
2015-11-12 00:24:27 +00:00
Felix Fietkau
38182373e0
netifd: update to the latest version, fixes spurious client isolation in unbridged AP configurations ( #20574 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47053
2015-09-26 23:18:40 +00:00
Felix Fietkau
ced2b641e2
base-files: set kernel.core_pattern in sysctl.conf
...
Move the pattern setting from netifd's service script to
/etc/sysctl.conf. Put the timestamp component '%t' just after
executable name '%e' for more natural order from output of ls command.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 46867
2015-09-11 16:35:17 +00:00
Felix Fietkau
7e57d753a1
netifd: update to the latest version, fixes a WDS STA mode regression caused by multicast-to-unicast handling ( #20466 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46841
2015-09-10 21:00:19 +00:00
Felix Fietkau
d4e9c8d7ef
netifd: update to the latest version, adds multicast-to-unicast fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46719
2015-08-25 07:24:53 +00:00
Steven Barth
9f67c7fc8a
netifd: various updates
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46718
2015-08-25 06:27:37 +00:00
Felix Fietkau
26d71e9b25
netifd: update to the latest version, fixes setting RPS/XPS for wlan devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46421
2015-07-18 23:14:19 +00:00
Steven Barth
a742fcaf3b
netifd: add mtu6 option to override IPv6 MTU
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46135
2015-06-29 06:47:19 +00:00
Steven Barth
ebfe8d8b08
netifd: bump to latest, various fixes
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45926
2015-06-08 11:04:10 +00:00
Steven Barth
e6f9641df1
netifd: fix and optimize ipv6 onlink-route handling
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45768
2015-05-26 12:48:12 +00:00
Felix Fietkau
4eeeb91661
netifd: bump to current HEAD
...
This introduces a new config parameter "no-proto-task" useful for
xl2tpd.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 45748
2015-05-25 21:15:31 +00:00
Steven Barth
241dbffcf9
netifd: improve IPv6 onlink-route handling
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45701
2015-05-19 09:01:34 +00:00
Felix Fietkau
bf84a53f9b
netifd-dhcp: supply parameters to user-script
...
hand over parameters to user-script e.g. $1=deconfig
Signed-off-by: Leon George <leon@georgemail.de>
Signed-off-by: Christian Mehlis <christian@m3hlis.de>
SVN-Revision: 45626
2015-05-08 10:44:19 +00:00
Steven Barth
a132313238
dhcp: add option specifying overriding custom-routes
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45594
2015-05-02 07:44:55 +00:00
Felix Fietkau
fe14e2a674
netifd: update to the latest version, fixes retry when proto handlers exit without changing the state
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45550
2015-04-21 12:11:07 +00:00
Felix Fietkau
a285a0a034
netifd: update to the latest version, fixes more interface device config handling issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45503
2015-04-19 09:50:49 +00:00
Felix Fietkau
6293aae9d3
netifd: update to the latest version, fixes more device config handling issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45497
2015-04-18 21:35:16 +00:00
Felix Fietkau
bdd241ee29
netifd: update to the latest version, fixes issues in handling device config from interfaces
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45483
2015-04-17 19:28:10 +00:00
Steven Barth
6b062ad848
network: shorten names of generated interfaces
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45476
2015-04-17 13:10:19 +00:00
John Crispin
dcdd5c1ecb
netifd: Interface last error support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45334
2015-04-09 10:33:05 +00:00
Steven Barth
4a1f19e15d
netifd: revert policy routing (broke some custom user rules)
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45185
2015-03-31 13:14:40 +00:00
Steven Barth
edf9b7a2a5
netifd: add metric argument for ipv4 proto routes
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45182
2015-03-31 11:36:20 +00:00
Steven Barth
7edbd6b4d7
netifd: adjust default local policy rules
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45059
2015-03-27 14:19:10 +00:00
John Crispin
242e37454a
netifd: update to latest git HEAD
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45020
2015-03-26 10:59:40 +00:00
Felix Fietkau
7cacd6bdb6
netifd: fix default initialization of RPS/XPS
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44944
2015-03-22 17:40:39 +00:00
Felix Fietkau
78692595e7
netifd: update to the latest version, adds support for configuring RPS/XPS (enabled by default where available)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44943
2015-03-22 16:42:44 +00:00
Steven Barth
8cfe2fb30b
netifd: fix ipv6 route regression
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44919
2015-03-21 18:28:08 +00:00
Steven Barth
b27efd6e07
netifd: device update fixes, improvements in policy routing
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44899
2015-03-20 07:50:45 +00:00
Jo-Philipp Wich
eb7f470e7b
netifd: dhcp: install host route to gateway ( #19182 )
...
Certain DHCP servers push a gateway outside of the assigned interface subnet,
to support those situations install a host route towards the gateway.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44789
2015-03-15 14:48:18 +00:00
John Crispin
59c20174f8
json-c: update to 0.12 and bump all depending services
...
Version 0.12 deprecates json_object_object_get and moves the header files around
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44657
2015-03-11 15:54:33 +00:00
Steven Barth
c975f83cc2
netifd: various device config / event fixes (thx Hans Dedecker)
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44480
2015-02-17 14:14:51 +00:00
Felix Fietkau
00d422fc60
netifd: update to the latest version, reverts a commit causing MTU issues ( fixes #18869 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44461
2015-02-16 09:07:19 +00:00
Steven Barth
6ee8d1f178
netifd: fix device config handling and add some config options
...
Thanks to Hans Dedecker
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44331
2015-02-09 08:30:06 +00:00
Felix Fietkau
ea638e4eba
netifd: fix a regression with some VLAN configurations introduced in the last update
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44098
2015-01-24 14:16:36 +00:00
Felix Fietkau
18d4b8783c
netifd: do not stop service on shutdown, only call ifdown
...
Also add a small delay, like on restart
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44096
2015-01-24 13:41:04 +00:00
Felix Fietkau
c71cf8e6e4
netifd: update to the latest version, fixes bridge reload ( #18351 ) and device config issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44093
2015-01-24 00:30:36 +00:00
Jo-Philipp Wich
1f6411e436
netifd: store additional DHCP lease information
...
Extend the DHCPv4 handler script to store additional information from the
DHCP lease in the per-interface data object.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44092
2015-01-23 22:19:29 +00:00
Steven Barth
99fa07d07e
netifd: add option to customize IPv6 interface identifiers (thx Hans Dedecker)
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44050
2015-01-19 08:39:04 +00:00
Steven Barth
4746ffd7a6
netifd: minor fixes, add mldversion option
...
thanks to Hans Dedecker
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43771
2014-12-23 13:34:04 +00:00
Steven Barth
f565e0598d
netifd: Set source IP for DHCP static routes as well
...
Commit ce92f6650bd8a86db04c7a6cbb58e7fdb200a7e6 added source IP support
for DHCP default routes. As a side effect of this change the default route
could be present twice in netifd (once with source IP set and once with
source IP unset) if it was sent by the server in both the router and static
route options. Therefore add source IP support as well for static routes as this
case was not considered. Additional remove unused parameter type.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 43645
2014-12-12 09:39:07 +00:00
Steven Barth
1f4ddec7f2
netifd: several fixes and optimizations
...
Thanks to Hans Dedecker and Kristian Evensen
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43583
2014-12-08 17:43:14 +00:00
Steven Barth
15d67644f1
This patch depends on "Pass source address to proto_add_ipv4_route".
...
I have not found a scenario that would break by setting the source address on
default, but please let me know if any special considerations should be taken.
Signed-off-by: Kristian Evensen <kristian.evensen at gmail.com>
SVN-Revision: 43582
2014-12-08 17:43:03 +00:00
Steven Barth
200c30b426
netifd: correctly handle source-parameter for IPv4 routes
...
Thanks to Kristian Evensen
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43400
2014-11-27 07:26:10 +00:00
Felix Fietkau
185172bdd3
netifd: update to the latest version, fixes issues when changing a bridge member from a vlan to its base device ( #18351 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43346
2014-11-23 16:07:00 +00:00
Steven Barth
047f1c8dca
netifd: fix race, expose config options
...
Thanks to Hans Dedecker
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43299
2014-11-19 08:31:13 +00:00
Steven Barth
990b501ec4
netifd: fix default ORO-setting for 6rd
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43214
2014-11-08 12:24:49 +00:00
Steven Barth
bec9d38fa4
Add a few SPDX tags
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43151
2014-11-02 12:20:54 +00:00
Felix Fietkau
3cefd0af7d
netifd: update to the latest version, fixes a use-after-free bug
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43044
2014-10-24 13:04:12 +00:00
Felix Fietkau
188eb85f5b
netifd: update to the latest version, fixes link status handling on VLAN devices ( #18106 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43007
2014-10-20 20:09:35 +00:00
Steven Barth
9106cc0af9
netifd: Make mtu configurable of dynamic 6rd tunnel interface
...
Patch allows to configure the mtu of the dynamic 6rd tunnel interface when created by dhcp script.
In some setups it's desirable to have config control over the 6rd tunnel mtu to maximize the traffic throughput
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 42871
2014-10-12 12:27:21 +00:00
Steven Barth
73179a188c
netifd: fix an error message during network shutdown
...
When 'wifi down' is called by /etc/init.d/network, it is run from
stop_service( ). This function is in turn invoked from stop( ).
stop( ) messes up the order by first procd_kill-ing the network
settings, then calling wifi to down the wifi networking
interfaces. By redefining stop( ) instead, the proper order is
restored.
Signed-off-by: Michel Stam <m.stam@fugro.nl>
SVN-Revision: 42745
2014-10-02 19:37:25 +00:00
Steven Barth
1c166058df
netifd: add IPIP tunnel support (thx Hans Dedecker)
...
SVN-Revision: 42744
2014-10-02 19:37:17 +00:00
Steven Barth
30912c5d81
netifd: add support for promisc and GRE tos option
...
SVN-Revision: 42699
2014-09-29 17:59:50 +00:00
Steven Barth
bd74df01b1
netifd: work-around kernel IPv6 on-link route issue
...
SVN-Revision: 42439
2014-09-08 14:45:56 +00:00
Felix Fietkau
008c7a9e5a
netifd: update to the latest version, adds interface cleanup fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42345
2014-08-31 13:09:01 +00:00
Felix Fietkau
ba62bcbf24
netifd: update to the latest version, fixes proto-shell teardown after renew
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42344
2014-08-31 12:26:26 +00:00
John Crispin
2ae05c57f8
package/*: remove useless explicit set of function returncode
...
somebody started to set a function returncode in the validation
stuff and everybody copies it, e.g.
myfunction()
{
fire_command
return $?
}
a function automatically returns with the last returncode,
so we can safely remove the command 'return $?'. reference:
http://tldp.org/LDP/abs/html/exit-status.html
"The last command executed in the function or script determines the exit status."
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 42278
2014-08-25 06:35:50 +00:00
Steven Barth
92ef017054
netifd: assign ipv6-prefixes with length <64 with /64 on-link routes
...
SVN-Revision: 42161
2014-08-13 14:57:11 +00:00
Steven Barth
b95b4ede4c
netifd: unblock some proto shell actions in teardown state
...
SVN-Revision: 42032
2014-08-07 10:21:08 +00:00
Steven Barth
6656292619
netifd: disable ds-lite, map & gre for old kernels
...
this unbreaks netifd compilation on old kernels
SVN-Revision: 42019
2014-08-06 19:57:19 +00:00
Steven Barth
1e6ab23098
netifd: minor fixes (thanks Hans Dedecker)
...
SVN-Revision: 42000
2014-08-05 10:03:10 +00:00
Steven Barth
e413bb0e7e
netifd: fixes and GRE support (thx Hans Dedecker)
...
SVN-Revision: 41896
2014-07-30 13:21:52 +00:00
Steven Barth
86671615de
netifd: suppress fw3 warnings in dhcp script
...
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 41892
2014-07-30 13:17:56 +00:00
Steven Barth
6a50e69b21
netifd: more race condition fixes in proto-shell
...
SVN-Revision: 41887
2014-07-29 17:24:23 +00:00
Steven Barth
7f17639742
netifd: more dynamic interface improvements
...
SVN-Revision: 41862
2014-07-28 20:35:53 +00:00
Felix Fietkau
76d7397bc2
netifd: fix a small issue in r41831
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41836
2014-07-26 14:35:15 +00:00
Felix Fietkau
ee4f8c8b99
netifd: update to the latest version, fixes a race condition with renew/setup
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41831
2014-07-26 01:46:34 +00:00
Steven Barth
ae50480d77
netifd: Fix some race-conditions in interface handling
...
SVN-Revision: 41825
2014-07-24 22:05:19 +00:00
Steven Barth
9231df5665
softwires: redesign dhcp(v6) provisioning
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41823
2014-07-24 14:17:41 +00:00
Felix Fietkau
5206b2dac0
netifd: update to the latest version, enables bridge multicast querier and fixes interface reload issues with wifi
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41818
2014-07-24 09:13:04 +00:00
Felix Fietkau
51fbfde474
netifd: update to the latest version, adds a small validation fix
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41731
2014-07-18 11:45:42 +00:00
Felix Fietkau
51b11ba5ea
netifd: update to the latest version, enables igmp snooping by default
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41683
2014-07-17 14:55:17 +00:00
Felix Fietkau
5db42f92fd
netifd: update to the latest version, fixes a crash on reload with hotplugged devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41393
2014-06-29 21:27:28 +00:00
Felix Fietkau
50c05b20cb
netifd: update to the latest version, addds a few fixes and enables multicast->unicast for igmp snooping on wireless devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41390
2014-06-29 18:34:22 +00:00
Steven Barth
22ffa5ef16
netifd: various routing table handling fixes
...
SVN-Revision: 41287
2014-06-20 17:51:25 +00:00
Jo-Philipp Wich
005884bff4
Revert "netifd: fix handling of "lookup main" for ip rules ( #15315 )"
...
The netifd fixes went to the wrong repository, revert until it is sorted out.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41283
2014-06-20 12:28:35 +00:00
Jo-Philipp Wich
de51f6022f
netifd: fix handling of "lookup main" for ip rules ( #15315 )
...
Reworks the handling of RT_TABLE_MAIN in system-linux.c so that ip rules
with lookup main can be properly setup.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41282
2014-06-20 09:58:16 +00:00
Steven Barth
8d177a8e78
netifd: various bugfixes (thanks Hans Dedecker)
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 41259
2014-06-18 11:29:09 +00:00