Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipv4: enable getsockopt() for IP_NODEFRAG
While integrating your man-pages patch for IP_NODEFRAG, I noticed that this option is settable by setsockopt(), but not gettable by getsockopt(). I suppose this is not intended. The (untested, trivial) patch below adds getsockopt() support. Signed-off-by: Michael kerrisk <[email protected]> Acked-by: Jiri Olsa <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information