diff options
Diffstat (limited to 'net/core/neighbour.c')
-rw-r--r-- | net/core/neighbour.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/neighbour.c b/net/core/neighbour.c index 782dd8663665..7bb12e07ffef 100644 --- a/net/core/neighbour.c +++ b/net/core/neighbour.c | |||
@@ -100,6 +100,7 @@ static void neigh_cleanup_and_release(struct neighbour *neigh) | |||
100 | neigh->parms->neigh_cleanup(neigh); | 100 | neigh->parms->neigh_cleanup(neigh); |
101 | 101 | ||
102 | __neigh_notify(neigh, RTM_DELNEIGH, 0); | 102 | __neigh_notify(neigh, RTM_DELNEIGH, 0); |
103 | call_netevent_notifiers(NETEVENT_NEIGH_UPDATE, neigh); | ||
103 | neigh_release(neigh); | 104 | neigh_release(neigh); |
104 | } | 105 | } |
105 | 106 | ||