diff options
Diffstat (limited to 'src/netlink.c')
-rw-r--r-- | src/netlink.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/netlink.c b/src/netlink.c index abd326e..c672748 100644 --- a/src/netlink.c +++ b/src/netlink.c @@ -416,6 +416,7 @@ static int handle_rtm_neigh(struct nlmsghdr *hdr, bool add) 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; |