diff --git a/libdnet-stripped/src/intf.c b/libdnet-stripped/src/intf.c index 25ae9996d..865e50080 100644 --- a/libdnet-stripped/src/intf.c +++ b/libdnet-stripped/src/intf.c @@ -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);