Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277499
b: refs/heads/master
c: 2563fa5
h: refs/heads/master
i:
  277497: 636235c
  277495: 1999558
v: v3
  • Loading branch information
Maciej Żenczykowski authored and David S. Miller committed Nov 8, 2011
1 parent e9fdec6 commit ed5d01b
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: f74024d9f05caa570dcf7582b498bbf011943491
refs/heads/master: 2563fa595447bba6a73e6c58c4bbf11ac0f28931
2 changes: 1 addition & 1 deletion trunk/net/ipv6/datagram.c
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ int datagram_send_ctl(struct net *net, struct sock *sk,

if (addr_type != IPV6_ADDR_ANY) {
int strict = __ipv6_addr_src_scope(addr_type) <= IPV6_ADDR_SCOPE_LINKLOCAL;
if (!inet_sk(sk)->transparent &&
if (!(inet_sk(sk)->freebind || inet_sk(sk)->transparent) &&
!ipv6_chk_addr(net, &src_info->ipi6_addr,
strict ? dev : NULL, 0))
err = -EINVAL;
Expand Down

0 comments on commit ed5d01b

Please sign in to comment.