diff options
author | Jiri Pirko <jiri@resnulli.us> | 2013-12-08 12:16:10 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-12-10 21:50:00 -0500 |
commit | ad6c81359fc3e6086d1d6f91acda9d5d0e64b2c3 (patch) | |
tree | fca3967a7e708dea3b42ee80b26e9deabe0be57f /include/linux/inetdevice.h | |
parent | 9a32b860431aee0cba50ab2414bfa29f4bb2f0d7 (diff) | |
download | op-kernel-dev-ad6c81359fc3e6086d1d6f91acda9d5d0e64b2c3.zip op-kernel-dev-ad6c81359fc3e6086d1d6f91acda9d5d0e64b2c3.tar.gz |
ipv4: add support for IFA_FLAGS nl attribute
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/inetdevice.h')
-rw-r--r-- | include/linux/inetdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/inetdevice.h b/include/linux/inetdevice.h index ae174ca..562e5c7 100644 --- a/include/linux/inetdevice.h +++ b/include/linux/inetdevice.h @@ -136,8 +136,8 @@ struct in_ifaddr { __be32 ifa_mask; __be32 ifa_broadcast; unsigned char ifa_scope; - unsigned char ifa_flags; unsigned char ifa_prefixlen; + __u32 ifa_flags; char ifa_label[IFNAMSIZ]; /* In seconds, relative to tstamp. Expiry is at tstamp + HZ * lft. */ |