Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75497
b: refs/heads/master
c: 8f41f01
h: refs/heads/master
i:
  75495: c0896dc
v: v3
  • Loading branch information
Yasuyuki Kozakai authored and David S. Miller committed Jan 11, 2008
1 parent f2b9a84 commit fc83d30
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: a6ca5f1dbe40470fcb1ecc921769d792a1e77ed9
refs/heads/master: 8f41f017866bc3dfe4db02582cfd48f0586cb990
2 changes: 1 addition & 1 deletion trunk/net/ipv6/netfilter/ip6t_eui64.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ match(const struct sk_buff *skb,
memcpy(eui64 + 5, eth_hdr(skb)->h_source + 3, 3);
eui64[3] = 0xff;
eui64[4] = 0xfe;
eui64[0] |= 0x02;
eui64[0] ^= 0x02;

i = 0;
while (ipv6_hdr(skb)->saddr.s6_addr[8 + i] == eui64[i]
Expand Down

0 comments on commit fc83d30

Please sign in to comment.