Bugzilla – Bug 2135
TCP doesn't honor the socket's output interface
Last modified: 2015-06-09 17:45:27 UTC
In TcpL4Protocol::Send (both IPv4 and IPv6 versions) the "oif" argument is masqueraded by a later re-definition and a zero-set oif. The consequence is that packets could be sent to the wrong output interface, even if the socket was bound to a specific one.
Created attachment 2060 [details] patch
changeset 11433 fdf9a6da39fa