net: Pass neighbours and dest address into NETEVENT_REDIRECT events.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2012-07-03 01:01:51 -07:00
parent fccd7d5c77
commit 1d248b1cf4
3 changed files with 19 additions and 15 deletions

View file

@ -12,10 +12,14 @@
*/
struct dst_entry;
struct neighbour;
struct netevent_redirect {
struct dst_entry *old;
struct neighbour *old_neigh;
struct dst_entry *new;
struct neighbour *new_neigh;
const void *daddr;
};
enum netevent_notif_type {