Commit
a54cee0 introduced a regression in the handling of netlink neighbor
events as it did not set the interface pointer in the netevent_handler_info
struct resulting into a breakage of ndp relay mode
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
syslog(LOG_DEBUG, "Netlink %s %s on %s", true ? "newneigh" : "delneigh",
buf, iface->name);
+ event_info.iface = iface;
event_info.neigh.state = ndm->ndm_state;
event_info.neigh.flags = ndm->ndm_flags;