Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ivalery111 committed Jun 6, 2024
1 parent 1ec574a commit da0c4ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sample/udld.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ main(int argc, char *argv[])
device = "lo";
}

fprintf("[DEBUG]: device = %s\n", device);

l = libnet_init(LIBNET_LINK, device, errbuf);
if (l == NULL)
{
Expand Down

0 comments on commit da0c4ea

Please sign in to comment.