[NETW-3004] add macOS support

This commit is contained in:
Michael Boelen 2016-10-27 10:06:41 +02:00
parent 1cebc05b09
commit e0ea967f01
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@
FIND=`${IFCONFIGBINARY} -a | ${AWKBINARY} '{ if ( $2 == "Link" ) { print $1 }}'`
fi
;;
DragonFly|FreeBSD|NetBSD)
DragonFly|FreeBSD|MacOS|NetBSD)
FIND=`${IFCONFIGBINARY} -l`
;;
OpenBSD|Solaris)