Skip to content

Commit

Permalink
Merge branch 'wmo/v3.7.0' into flower-ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
voldymyr committed Apr 11, 2024
2 parents 42088f6 + b31311c commit 5d3c0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/route/link/interlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ static void interlink_dump_details(struct rtnl_link *link, struct nl_dump_params

if (info->hi_mask & INTERLINK_ATTR_NET_ID) {
nl_dump(p, " net_id ");
nl_dump_line(p, "%s\n", info->hi_net_id);
nl_dump_line(p, "%d\n", info->hi_net_id);
}
}

Expand Down

0 comments on commit 5d3c0b1

Please sign in to comment.