summaryrefslogtreecommitdiffstats
path: root/include/netlink-private
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-08-17 17:12:09 (GMT)
committerThomas Haller <thaller@redhat.com>2015-08-17 21:02:00 (GMT)
commit2fc97e66e7f509e89f36aa601939c314bdfe6c08 (patch)
tree856121029ebd5150a78c79fbe149dbb527cf3660 /include/netlink-private
parent7bb956501ccd58ed3bbffc59de996f056e178683 (diff)
downloadlibnl-2fc97e66e7f509e89f36aa601939c314bdfe6c08.zip
libnl-2fc97e66e7f509e89f36aa601939c314bdfe6c08.tar.gz
libnl-2fc97e66e7f509e89f36aa601939c314bdfe6c08.tar.bz2
route/link: make link_netnsid argument (signed) int32_t
Fixes: 66aab65595fb20bf166936fcfa4c8568b58f7f68 Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'include/netlink-private')
-rw-r--r--include/netlink-private/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netlink-private/types.h b/include/netlink-private/types.h
index 2642c8d..5da8f59 100644
--- a/include/netlink-private/types.h
+++ b/include/netlink-private/types.h
@@ -166,7 +166,7 @@ struct rtnl_link
uint32_t l_change;
uint32_t l_mtu;
uint32_t l_link;
- uint32_t l_link_netnsid;
+ int32_t l_link_netnsid;
uint32_t l_txqlen;
uint32_t l_weight;
uint32_t l_master;