From: Hannes Frederic Sowa Date: Sun, 15 Dec 2013 02:41:14 +0000 (+0100) Subject: ipv6: support IPV6_PMTU_INTERFACE on sockets X-Git-Tag: v3.14-rc1~94^2~441 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93b36cf3425b9bd9c56df7680fb237686b9c82ae;p=pandora-kernel.git ipv6: support IPV6_PMTU_INTERFACE on sockets IPV6_PMTU_INTERFACE is the same as IPV6_PMTU_PROBE for ipv6. Add it nontheless for symmetry with IPv4 sockets. Also drop incoming MTU information if this mode is enabled. The additional bit in ipv6_pinfo just eats in the padding behind the bitfield. There are no changes to the layout of the struct at all. Signed-off-by: Hannes Frederic Sowa Signed-off-by: David S. Miller --- Reading git-diff-tree failed