svn commit: r327559 - in head: . sys/net
Eugene Grosbein
eugen at grosbein.net
Fri Jan 5 17:46:19 UTC 2018
06.01.2018 0:38, Steven Hartland wrote:
>> How do you know that flowid of incoming packet is preserved on outgoing path? It should not.
> https://github.com/freebsd/freebsd/blob/master/sys/netinet/ip_output.c#L234
This is a bug then. It should keep previously computed flowid value (for outgoing TCP SYN)
and not override it with inp->inp_flowid.
More information about the svn-src-all
mailing list