Bug#936080:

2019-08-30 Thread Pierre Donis
:~# arping -V arping from iputils s20190709 :~# arping -f -q -D -c 2 -I br0 172.16.1.100 ; echo $? 1 :~# /data/src/iputils/builddir/arping -V arping from iputils s20190709-23-g1df5350 :~# /data/src/iputils/builddir/arping -f -q -D -c 2 -I br0 172.16.1.100 ; echo $? 0 Confirmed that it's fixed i

Bug#936080: iputils-arping: arping -D : false positives

2019-08-29 Thread Pierre Donis
Package: iputils-arping Version: 3:20190709-1 Severity: normal Dear Maintainer, I'm using dracut to build the initramfs to boot on an ISCSI root disk. Line 125 of /usr/lib/dracut/modules.d/40network/ifup.sh : if ! arping -f -q -D -c 2 -I $netif $ip ; then warn "Duplicate address detected