Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97667
b: refs/heads/master
c: 49d074f
h: refs/heads/master
i:
  97665: 81eb9c4
  97663: 1c219dd
v: v3
  • Loading branch information
Denis V. Lunev authored and YOSHIFUJI Hideaki committed Jun 4, 2008
1 parent b6528e7 commit 5be8da7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 91e1908f569dd96a25a3947de8771e6cc93999dd
refs/heads/master: 49d074f4009a7b5ce9c17b040f978abcb4d7f6f6
3 changes: 3 additions & 0 deletions trunk/net/ipv6/ipv6_sockglue.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ static int do_ipv6_setsockopt(struct sock *sk, int level, int optname,
struct ipv6_txoptions *opt;
struct sk_buff *pktopt;

if (sk->sk_type == SOCK_RAW)
break;

if (sk->sk_protocol != IPPROTO_UDP &&
sk->sk_protocol != IPPROTO_UDPLITE &&
sk->sk_protocol != IPPROTO_TCP)
Expand Down

0 comments on commit 5be8da7

Please sign in to comment.