]> err.no Git - linux-2.6/blobdiff - net/ipv4/arp.c
ipvs: Put backup thread on mcast socket wait queue
[linux-2.6] / net / ipv4 / arp.c
index 9b539fa9fe180dd7b667b14b05d6b0f2caf00cd8..29df75a6bcc7a371bdf967e0057059bdc5c27d4b 100644 (file)
@@ -1,6 +1,4 @@
 /* linux/net/ipv4/arp.c
- *
- * Version:    $Id: arp.c,v 1.99 2001/08/30 22:55:42 davem Exp $
  *
  * Copyright (C) 1994 by Florian  La Roche
  *
@@ -1199,7 +1197,7 @@ static int arp_netdev_event(struct notifier_block *this, unsigned long event, vo
        switch (event) {
        case NETDEV_CHANGEADDR:
                neigh_changeaddr(&arp_tbl, dev);
-               rt_cache_flush(0);
+               rt_cache_flush(dev_net(dev), 0);
                break;
        default:
                break;