Add a missing IFF_IPMP #ifdef guard.

This commit is contained in:
david 2012-08-26 20:44:32 +00:00
parent 2f21e49cfb
commit 7a9e7c502e

View file

@ -954,9 +954,11 @@ intf_loop(intf_t *intf, intf_handler callback, void *arg)
;
else
return (-1);
#ifdef IFF_IPMP
if (lifr->lifr_flags & IFF_IPMP) {
continue;
}
#endif
if (_intf_get_noalias(intf, entry) < 0)
return (-1);