netifd: Route type support
authorHans Dedecker <dedeckeh@gmail.com>
Wed, 18 Jun 2014 05:55:48 +0000 (05:55 +0000)
committerSteven Barth <steven@midlink.org>
Wed, 18 Jun 2014 11:02:19 +0000 (13:02 +0200)
commitcd23fd6bf7983741b9a72bea78749278716248ec
treeae4244fb6cff9fb2e51b0091d6119206b1876c34
parent5d655d1d3f6880b53ea5bafda159c02da038548f
netifd: Route type support

Patch adds route type support in netifd by means of the route parameter type.
By default the route type was unicast; the parameter adss support for local/broadcast/multicast/unicast routes which will be put into the appropriate routing table.
If route type parameter is unset the route type will be unicast as before.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
interface-ip.c
interface-ip.h
system-dummy.c
system-linux.c
system.h
ubus.c