platform: adjust type of IPv6 address flags to guint
authorThomas Haller <thaller@redhat.com>
Mon, 29 Feb 2016 14:36:12 +0000 (15:36 +0100)
committerThomas Haller <thaller@redhat.com>
Mon, 29 Feb 2016 15:27:08 +0000 (16:27 +0100)
commite18cdc10d379d7dfb2e4cc70496fda73ae8a3bea
treebb36d4839cd2c8e1532d4e8baf5266c23d947ddc
parent83d8a9e0944ed581b8e3e100acadcd137454dc9f
platform: adjust type of IPv6 address flags to guint

Address flags inside 'struct ifaddrmsg' are uint8_t and they are
extended to uint32_t via IFA_FLAGS.

Change it to be guint32.
shared/nm-test-utils.h
src/devices/nm-device.c
src/nm-iface-helper.c
src/platform/nm-fake-platform.c
src/platform/nm-linux-platform.c
src/platform/nm-platform.c
src/platform/nm-platform.h
src/platform/tests/test-cleanup.c
src/platform/tests/test-common.c