Skip to content

Send unicast arp request in order to check host activity

Johan Peeters requested to merge airties/hostmngr:jp_upstream_unicast_arp into devel

Reachability check is done by using an unicast arp instead of broadcast arp. Unicast arp is also answered by WiFi stations which are in sleep/power-save mode. Without this fix, reachable hosts in sleep/power-save mode will move from the active host table to the history_table.

Merge request reports