On 29.01.2016 12:30, Paolo Abeni wrote:
Currently, the egress interface index specified via IPV6_PKTINFO is ignored by __ip6_datagram_connect(), so that RFC 3542 section 6.7 can be subverted when the user space application calls connect() before sendmsg(). Fix it by initializing properly flowi6_oif in connect() before performing the route lookup.Signed-off-by: Paolo Abeni <pab...@redhat.com>
Acked-by: Hannes Frederic Sowa <han...@stressinduktion.org>