Using netlink to set and clear ipv4 addresses
authorCristiano Fernandes <cristiano.fernandes@hp.com>
Mon, 11 Oct 2010 22:34:39 +0000 (00:34 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 11 Oct 2010 22:34:39 +0000 (00:34 +0200)
commitb0c90253ddbcdfbab4c0ea30a69f59bf71dcaa88
tree17bbc83e4b002528705fabb306b6cb84ff03b55f
parentea5b1fb70fa718bd68b63de75f12881fab9f9c21
Using netlink to set and clear ipv4 addresses

Using netlink to set and clear ipv4 configuration avoids connman from
sending multiple IPv4 signals through DBus with the wrong configuration,
since the configuration are set all at once triggering only one netlink
event.
include/inet.h
src/connman.h
src/inet.c
src/ipconfig.c
src/ipv4.c