Merge multiple provider over single interface speedup from branches/4.2

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8878 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
el_cubano 2008-11-18 21:31:32 +00:00
parent 6b16d3f386
commit 5797e058c7

View File

@ -988,6 +988,7 @@ find_echo() {
#
find_mac() # $1 = IP address, $2 = interface
{
if interface_is_usable $2 ; then
qt ping -nc 1 -t 2 -I $2 $1
local result
@ -1000,6 +1001,7 @@ find_mac() # $1 = IP address, $2 = interface
[ -n "$result" ] && echo $result
;;
esac
fi
}
#