ipv6 addrconf: extend ifa_flags to u32
authorJiri Pirko <jiri@resnulli.us>
Fri, 6 Dec 2013 08:45:21 +0000 (09:45 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Dec 2013 21:34:43 +0000 (16:34 -0500)
commit479840ffdbe4242e8a25349218c8e0859223aa35
treecad6833e9f0b92949c3dc1568b790877e18ffafa
parente6247027e5173c00efb2084d688d06ff835bc3b0
ipv6 addrconf: extend ifa_flags to u32

There is no more space in u8 ifa_flags. So do what davem suffested and
add another netlink attr called IFA_FLAGS for carry more flags.

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: Thomas Haller <thaller@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/addrconf.h
include/net/if_inet6.h
include/uapi/linux/if_addr.h
net/ipv6/addrconf.c