commit | b46f6ded906ef0be52a4881ba50a084aeca64d7e | [log] [tgz] |
---|---|---|
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | Fri Apr 22 17:31:18 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Apr 23 20:13:24 2016 -0400 |
tree | b17273779de462616ce20c370da5c7659f0cb975 | |
parent | e7479122befd7026cf0fb3b3740f17ebd9c64d35 [diff] |
libnl: nla_put_be64(): align on a 64-bit area nla_data() is now aligned on a 64-bit area. A temporary version (nla_put_be64_32bit()) is added for nla_put_net64(). This function is removed in the next patch. Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>