On 12/27/21 14:27, Paolo Valerio wrote:
> Some sporadic false positive may be visible for the following tests:
> 
> - conntrack - IPv6 HTTP
> - conntrack - FTP over IPv6
> 
> The failures show up randomly.
> The reason appears to be source address used when performing the
> request using wget:
> -tcp,orig=(src=fc00::1,dst=fc00::2,sport=<cleared>,dport=<cleared>),reply=(src=fc00::2,dst=fc00::1,sport=<cleared>,dport=<cleared>),protoinfo=(state=<cleared>)
> +tcp,orig=(src=fe80::f0eb:f8ff:fef0:138f,dst=fc00::2,sport=<cleared>,dport=<cleared>),reply=(src=fc00::2,dst=fe80::f0eb:f8ff:fef0:138f,sport=<cleared>,dport=<cleared>),protoinfo=(state=<cleared>)
> 
> It seems that the problem can be addressed in multiple ways, but using
> "nodad" seems to be safe enough to fix the issue that now, after
> hundreds of attempts, is no longer present.
> 
> Signed-off-by: Paolo Valerio <pvale...@redhat.com>
> ---
>  tests/system-traffic.at |   13 +++++++------
>  1 file changed, 7 insertions(+), 6 deletions(-)

Applied.  Thanks!

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to