Balazs Scheidler a134f85c13 TPROXY: fill struct flowi->flags in udp_sendmsg()
udp_sendmsg() didn't fill struct flowi->flags, which means that
    the route lookup would fail for non-local IPs even if the
    IP_TRANSPARENT sockopt was set.

    This prevents sendto() to work properly for UDP sockets, whereas
    bind(foreign-ip) + connect() + send() worked fine.

Signed-off-by: Balazs Scheidler <bazsi@balabit.hu>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-11-20 01:07:24 -08:00
..
2008-11-12 23:33:57 -08:00
2008-09-22 19:24:45 -07:00
2008-11-19 14:09:47 -08:00
2008-11-12 22:59:21 -08:00
2008-09-30 03:03:35 -07:00
2008-11-01 09:49:46 -07:00