add host route on local ip arp request
authorAlejandro Enrique <alejandro.enrique@fon.com>
Wed, 11 Feb 2015 10:02:45 +0000 (11:02 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 11 Feb 2015 10:08:22 +0000 (21:08 +1100)
commitb00da24550b39a2cc95ec74de5224da8e2e2dabe
treee07d3624b98f3f2b88ff180980ed98e829d003e5
parent767c54d5957a2db0b847add771e8e890b82569c0
add host route on local ip arp request

This patch fixes relayd not adding a host on an ARP request for the local
IP address.
When relayd is launched using the -L option, it was not adding the
necessary host routes when it receives an ARP request for the local
IP address.

This issue makes a host not able to connect to the device running
relayd until there is ARP traffic involving a third host.

Signed-off-by: Alejandro Enrique <alejandro.enrique@fon.com>
main.c