diff options
| author | Cedric Schieli <cschieli@gmail.com> | 2010-04-21 08:05:41 +0000 |
|---|---|---|
| committer | Cedric Schieli <cschieli@gmail.com> | 2010-04-21 08:07:00 +0000 |
| commit | f6060f09c7ce9ee321b65b86f583251a94b39eeb (patch) | |
| tree | 692c5e737e4ca785408560e9bafce96ad1ceaafd /main/linux-pae/arp.patch | |
| parent | 93d401987e9e376a7e402aeb32141114f05f4af7 (diff) | |
| download | aports-f6060f09c7ce9ee321b65b86f583251a94b39eeb.tar.bz2 aports-f6060f09c7ce9ee321b65b86f583251a94b39eeb.tar.xz | |
main/linux-pae: sync with main/linux-grsec
Diffstat (limited to 'main/linux-pae/arp.patch')
| -rw-r--r-- | main/linux-pae/arp.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/main/linux-pae/arp.patch b/main/linux-pae/arp.patch deleted file mode 100644 index d2682690f5..0000000000 --- a/main/linux-pae/arp.patch +++ /dev/null @@ -1,14 +0,0 @@ -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; - } |
