commit | f13a82d87b21a3b7c2c3e3c75fe9cf810c332a09 | [log] [tgz] |
---|---|---|
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | Mon Apr 25 10:25:16 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 25 15:09:10 2016 -0400 |
tree | 0861e04278e9f0942177132e2c509f1fe7b38c61 | |
parent | 2a51c1e8ecdcedfcb6f84efb3756822d0d0dfb36 [diff] [blame] |
ipv6: use nla_put_u64_64bit() Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/uapi/linux/ila.h b/include/uapi/linux/ila.h index abde7bb..cd97951 100644 --- a/include/uapi/linux/ila.h +++ b/include/uapi/linux/ila.h
@@ -14,6 +14,7 @@ ILA_ATTR_LOCATOR_MATCH, /* u64 */ ILA_ATTR_IFINDEX, /* s32 */ ILA_ATTR_DIR, /* u32 */ + ILA_ATTR_PAD, __ILA_ATTR_MAX, };