Bugzilla – Bug 2137
TCP doesn't state the source address to routing
Last modified: 2015-06-08 10:13:30 UTC
When a packet is sent by TcpL4Protocol::Send (IPv4 and IPv6 versions), RouteOutput is called. However, the source address is not filled in the header. As a consequence, the routing protocol can't honor the source address (which is fixed in a YCP connection).
Created attachment 2062 [details] patch
*** This bug has been marked as a duplicate of bug 1929 ***