netroot: do not die, if arping failed

master
Harald Hoyer 2011-10-19 14:24:07 +02:00
parent f8342dd5f2
commit d3be5a89e5
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ if [ -n "$netroot_ip" ]; then
fi
fi
if [ -n "$dest" ] && ! arping -q -f -w 60 -I $netif $dest ; then
die "Resolving $dest via ARP on $netif failed"
dinfo "Resolving $dest via ARP on $netif failed"
fi

# Source netroot hooks before we start the handler