Skip to content

Commit

Permalink
[libnozzle] add comment about BSD ip_add status
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Dec 15, 2018
1 parent b3ae1e6 commit 212baff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libnozzle/libnozzle.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@ static int _set_ip(nozzle_t nozzle,
return err;
#endif
#ifdef KNET_BSD
/*
* TODO: port to use ioctl and such, drop shell forking here
*/
memset(cmdline, 0, sizeof(cmdline));

if (fam == AF_INET) {
Expand Down

0 comments on commit 212baff

Please sign in to comment.