From b1f951e1e461d1a9f8eeec14170a89ffb4addd53 Mon Sep 17 00:00:00 2001 From: Hangbin Liu Date: Thu, 24 Oct 2019 00:00:41 -0400 Subject: sys/linux/socket_netlink_route_sched: fix tcm_info structure Update #533 Don't know why I didn't add tcm__pad in tcm_info structure at the begining. But let's fix it now. Signed-off-by: Hangbin Liu --- sys/linux/socket_netlink_route_sched.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/socket_netlink_route_sched.txt') diff --git a/sys/linux/socket_netlink_route_sched.txt b/sys/linux/socket_netlink_route_sched.txt index c694bbd08..3cff1e172 100644 --- a/sys/linux/socket_netlink_route_sched.txt +++ b/sys/linux/socket_netlink_route_sched.txt @@ -53,6 +53,8 @@ netlink_msg_route_sched [ type tcmsg[FAMILY] { family const[FAMILY, int8] + tcm__pad1 const[0, int16] + tcm__pad2 const[0, int16] ifindex ifindex tcm_handle tcm_handle tcm_parent tcm_handle -- cgit mrf-deployment