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 18, 2018
1 parent 4e53566 commit 78ead21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libnozzle/libnozzle.c
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 78ead21

Please sign in to comment.