diff options
Diffstat (limited to 'net/ipv4/arp.c')
-rw-r--r-- | net/ipv4/arp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/ipv4/arp.c b/net/ipv4/arp.c index 9b539fa9fe18..29df75a6bcc7 100644 --- a/net/ipv4/arp.c +++ b/net/ipv4/arp.c | |||
@@ -1,7 +1,5 @@ | |||
1 | /* linux/net/ipv4/arp.c | 1 | /* linux/net/ipv4/arp.c |
2 | * | 2 | * |
3 | * Version: $Id: arp.c,v 1.99 2001/08/30 22:55:42 davem Exp $ | ||
4 | * | ||
5 | * Copyright (C) 1994 by Florian La Roche | 3 | * Copyright (C) 1994 by Florian La Roche |
6 | * | 4 | * |
7 | * This module implements the Address Resolution Protocol ARP (RFC 826), | 5 | * This module implements the Address Resolution Protocol ARP (RFC 826), |
@@ -1199,7 +1197,7 @@ static int arp_netdev_event(struct notifier_block *this, unsigned long event, vo | |||
1199 | switch (event) { | 1197 | switch (event) { |
1200 | case NETDEV_CHANGEADDR: | 1198 | case NETDEV_CHANGEADDR: |
1201 | neigh_changeaddr(&arp_tbl, dev); | 1199 | neigh_changeaddr(&arp_tbl, dev); |
1202 | rt_cache_flush(0); | 1200 | rt_cache_flush(dev_net(dev), 0); |
1203 | break; | 1201 | break; |
1204 | default: | 1202 | default: |
1205 | break; | 1203 | break; |