Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369761
b: refs/heads/master
c: 37fe066
h: refs/heads/master
i:
  369759: 548745c
v: v3
  • Loading branch information
Vlad Yasevich authored and David S. Miller committed Apr 25, 2013
1 parent 6614afd commit 917a099
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a11fbba9a7d338c4a4e4be624af0334bbf2c9a5a
refs/heads/master: 37fe0660981d7a1577409226f77554c2c5123e27
2 changes: 1 addition & 1 deletion trunk/net/core/rtnetlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -2192,7 +2192,7 @@ static int rtnl_fdb_del(struct sk_buff *skb, struct nlmsghdr *nlh)
}

addr = nla_data(tb[NDA_LLADDR]);
if (!is_valid_ether_addr(addr)) {
if (is_zero_ether_addr(addr)) {
pr_info("PF_BRIDGE: RTM_DELNEIGH with invalid ether address\n");
return -EINVAL;
}
Expand Down

0 comments on commit 917a099

Please sign in to comment.