Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210805
b: refs/heads/master
c: a89b476
h: refs/heads/master
i:
  210803: 35b5dac
v: v3
  • Loading branch information
Michael Kerrisk authored and David S. Miller committed Sep 14, 2010
1 parent a89a91e commit b140282
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: 7998156344b0d93de61ff8e5d75e96500e43a571
refs/heads/master: a89b47639f3e11dd9a8eb78a5d3382e109c876f2
3 changes: 3 additions & 0 deletions trunk/net/ipv4/ip_sockglue.c
Original file line number Diff line number Diff line change
Expand Up @@ -1129,6 +1129,9 @@ static int do_ip_getsockopt(struct sock *sk, int level, int optname,
case IP_HDRINCL:
val = inet->hdrincl;
break;
case IP_NODEFRAG:
val = inet->nodefrag;
break;
case IP_MTU_DISCOVER:
val = inet->pmtudisc;
break;
Expand Down

0 comments on commit b140282

Please sign in to comment.