summaryrefslogtreecommitdiff
path: root/rtnl_route.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtnl_route.c')
-rw-r--r--rtnl_route.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtnl_route.c b/rtnl_route.c
index f8f534a56..525a1abc3 100644
--- a/rtnl_route.c
+++ b/rtnl_route.c
@@ -241,7 +241,8 @@ decode_rta_multipath(struct tcb *const tcp,
PRINT_FIELD_FLAGS(", ", nh, rtnh_flags,
route_nexthop_flags, "RTNH_F_???");
PRINT_FIELD_U(", ", nh, rtnh_hops);
- PRINT_FIELD_IFINDEX(", ", nh, rtnh_ifindex);
+ tprint_struct_next();
+ PRINT_FIELD_IFINDEX(nh, rtnh_ifindex);
tprints("}");
const unsigned short rtnh_len = MIN(len, nh.rtnh_len);