Bug#542307: farpd: refuses to run on interface with no IP address

2019-11-14 Thread Paul Beyleveld
This bug still exists in version 0.2-11 This problem is caused because of an incorrect logical OR(||) which should be replaced with logical AND(&&) Here is the diff from farpd_0.2.orig.tar.gz source tree patched with farpd_0.2-11.diff --- farpd-0.2/arpd.c 2019-11-14 16:12:44.196839792 + +++ f

Bug#542307: farpd: refuses to run on interface with no IP address

2009-08-18 Thread Piotr Lewandowski
Package: farpd Version: 0.2-9 Severity: normal farpd won't run unless an IP address is assigned to the selected interface. #v+ # ip link show eth1 | grep ether | tr '[0-9]' 'f' link/ether ff:ff:fe:ff:fb:ff brd ff:ff:ff:ff:ff:ff # /usr/sbin/farpd -i eth1 10.0.0.0/8 farpd: bad interface con