Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340408
b: refs/heads/master
c: 06e3041
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Oct 22, 2012
1 parent ddef20f commit b9a8666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 3fbca4a2fee75ff89be9c5e44a893f89982873ff
refs/heads/master: 06e3041164a1c52d6e8a369af8be3827f428272b
6 changes: 1 addition & 5 deletions trunk/net/core/pktgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -2427,11 +2427,7 @@ static void mod_cur_headers(struct pktgen_dev *pkt_dev)
}
} else { /* IPV6 * */

if (pkt_dev->min_in6_daddr.s6_addr32[0] == 0 &&
pkt_dev->min_in6_daddr.s6_addr32[1] == 0 &&
pkt_dev->min_in6_daddr.s6_addr32[2] == 0 &&
pkt_dev->min_in6_daddr.s6_addr32[3] == 0) ;
else {
if (!ipv6_addr_any(&pkt_dev->min_in6_daddr)) {
int i;

/* Only random destinations yet */
Expand Down

0 comments on commit b9a8666

Please sign in to comment.