Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349746
b: refs/heads/master
c: d4c38fa
h: refs/heads/master
v: v3
  • Loading branch information
YOSHIFUJI Hideaki / 吉藤英明 authored and Pablo Neira Ayuso committed Feb 7, 2013
1 parent 525be3d commit 8ac8413
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: f5271fff56c76e92fde122bcc02f102e99da5c8a
refs/heads/master: d4c38fa87d2b05be5daafb6a92b6ad15b66da8cb
2 changes: 1 addition & 1 deletion trunk/net/ipv6/netfilter/ip6t_NPT.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static bool ip6t_npt_map_pfx(const struct ip6t_npt_tginfo *npt,

idx = i / 32;
addr->s6_addr32[idx] &= mask;
addr->s6_addr32[idx] |= npt->dst_pfx.in6.s6_addr32[idx];
addr->s6_addr32[idx] |= ~mask & npt->dst_pfx.in6.s6_addr32[idx];
}

if (pfx_len <= 48)
Expand Down

0 comments on commit 8ac8413

Please sign in to comment.