diff options
| author | Carlo Landmeter <clandmeter@gmail.com> | 2010-05-27 09:26:53 +0000 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@gmail.com> | 2010-05-27 09:26:53 +0000 |
| commit | 21405ea6a5c33114bb6ec07185e56d4c2704b989 (patch) | |
| tree | 9d599a374b6e7953e50d9731c684b81bdd688295 /testing/linux-scst/arp.patch | |
| parent | e14dd28447d272027ebd9bf045eb0a6bd428f0c2 (diff) | |
| download | aports-21405ea6a5c33114bb6ec07185e56d4c2704b989.tar.bz2 aports-21405ea6a5c33114bb6ec07185e56d4c2704b989.tar.xz | |
testing/[scst]: merge scst from experimental to master
Diffstat (limited to 'testing/linux-scst/arp.patch')
| -rw-r--r-- | testing/linux-scst/arp.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/linux-scst/arp.patch b/testing/linux-scst/arp.patch new file mode 100644 index 0000000000..d2682690f5 --- /dev/null +++ b/testing/linux-scst/arp.patch @@ -0,0 +1,14 @@ +diff --git a/net/ipv4/arp.c b/net/ipv4/arp.c +index c95cd93..71ab56f 100644 +--- a/net/ipv4/arp.c ++++ b/net/ipv4/arp.c +@@ -1200,6 +1200,9 @@ static int arp_netdev_event(struct notifier_block *this, unsigned long event, vo + neigh_changeaddr(&arp_tbl, dev); + rt_cache_flush(dev_net(dev), 0); + break; ++ case NETDEV_CHANGE: ++ neigh_changeaddr(&arp_tbl, dev); ++ break; + default: + break; + } |
