Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200870
b: refs/heads/master
c: 42d782a
h: refs/heads/master
v: v3
  • Loading branch information
Flavio Leitner authored and David S. Miller committed Jun 30, 2010
1 parent 4bad047 commit af31ae5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: dd1589a431e90f9ff587e640c67101a565e52bba
refs/heads/master: 42d782ac1bef7cbcdf05b857731345c6e8149f90
3 changes: 2 additions & 1 deletion trunk/drivers/net/bonding/bond_alb.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,8 @@ static void rlb_update_entry_from_arp(struct bonding *bond, struct arp_pkt *arp)

if ((client_info->assigned) &&
(client_info->ip_src == arp->ip_dst) &&
(client_info->ip_dst == arp->ip_src)) {
(client_info->ip_dst == arp->ip_src) &&
(compare_ether_addr_64bits(client_info->mac_dst, arp->mac_src))) {
/* update the clients MAC address */
memcpy(client_info->mac_dst, arp->mac_src, ETH_ALEN);
client_info->ntt = 1;
Expand Down

0 comments on commit af31ae5

Please sign in to comment.