netroot: do not die, if arping failed
authorHarald Hoyer <harald@redhat.com>
Wed, 19 Oct 2011 12:24:07 +0000 (14:24 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 19 Oct 2011 12:24:07 +0000 (14:24 +0200)
modules.d/40network/netroot

index 462da51..9d996cc 100755 (executable)
@@ -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