commit | 93b36cf3425b9bd9c56df7680fb237686b9c82ae | [log] [tgz] |
---|---|---|
author | Hannes Frederic Sowa <hannes@stressinduktion.org> | Sun Dec 15 03:41:14 2013 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 18 17:37:05 2013 -0500 |
tree | 1562e2899394e011e22ce21523dd6ce1defc3ee8 | |
parent | cd174e67a6b312fce9bab502ba2b0583e11f537f [diff] |
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 <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>