Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67121
b: refs/heads/master
c: 935ef2d
h: refs/heads/master
i:
  67119: a7a2608
v: v3
  • Loading branch information
Steve Wise authored and Roland Dreier committed Oct 10, 2007
1 parent 435f328 commit d034d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3a31c41901b6bd3937ec36e0e4a930849e270df6
refs/heads/master: 935ef2d7a2910ca810fce57511f4d06a0cf00b5e
3 changes: 1 addition & 2 deletions trunk/drivers/infiniband/core/addr.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@ static void addr_send_arp(struct sockaddr_in *dst_in)
if (ip_route_output_key(&rt, &fl))
return;

arp_send(ARPOP_REQUEST, ETH_P_ARP, rt->rt_gateway, rt->idev->dev,
rt->rt_src, NULL, rt->idev->dev->dev_addr, NULL);
neigh_event_send(rt->u.dst.neighbour, NULL);
ip_rt_put(rt);
}

Expand Down

0 comments on commit d034d9c

Please sign in to comment.