]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3f89a00a4a95058939a767a5eca6383f60df4d37
treecad6833e9f0b92949c3dc1568b790877e18ffafa
parentf958bf598291aa5110bba460e42e8cdc47480670
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