Skip to content

Commit

Permalink
link: interlink: fix copy-paste error
Browse files Browse the repository at this point in the history
Signed-off-by: Volodymyr Bendiuga <[email protected]>
  • Loading branch information
voldymyr committed Apr 11, 2024
1 parent 6189b77 commit b31311c
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 b31311c

Please sign in to comment.