netifd:Make sure interface device config is also cached
authorHans Dedecker <dedeckeh@gmail.com>
Wed, 18 Mar 2015 15:54:48 +0000 (16:54 +0100)
committerSteven Barth <steven@midlink.org>
Thu, 19 Mar 2015 15:27:11 +0000 (16:27 +0100)
commit60f57b2bfb87c463fc271a9c3e8e1f97feaecdca
treece52bb7a5b8ea01df3957bf9a25567c05770c637
parent45fd905c980e56b20770d4b34556749fbca53fcc
netifd:Make sure interface device config is also cached

Fixes issue interface device config is not applied in some cases.
As the interface device config was applied but not always cached;
an interface device config diff was not always detected.

Simplify device config setting by exposing as api only device_apply_config

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
config.c
device.c
device.h
interface.c
tunnel.c