diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2021-02-12 11:51:56 -0600 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-02-15 15:07:13 -0800 |
commit | 7f76963b692dd499e697d86e26eda8ca24b45c05 (patch) | |
tree | a3247ed589ae0c992b18cec9d75cf78f149223f3 /net | |
parent | 14b3b46a67f78ade99eafcbf320105615e948569 (diff) | |
download | linux-7f76963b692dd499e697d86e26eda8ca24b45c05.tar.gz linux-7f76963b692dd499e697d86e26eda8ca24b45c05.tar.bz2 linux-7f76963b692dd499e697d86e26eda8ca24b45c05.zip |
i40e: Fix incorrect argument in call to ipv6_addr_any()
It seems that the right argument to be passed is &tcp_ip6_spec->ip6dst,
not &tcp_ip6_spec->ip6src, when calling function ipv6_addr_any().
Addresses-Coverity-ID: 1501734 ("Copy-paste error")
Fixes: efca91e89b67 ("i40e: Add flow director support for IPv6")
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions