diff options
author | 2020-12-28 11:38:00 +0100 | |
---|---|---|
committer | 2021-02-19 10:08:52 -0800 | |
commit | 61c1e0eb8375def7c891bfe857bb795a57090526 (patch) | |
tree | ec6d74e07ea6b170d8d00f04a10fcde891ac60d8 /net/ipv6/icmp.c | |
parent | i40e: Fix VFs not created (diff) | |
download | linux-dev-61c1e0eb8375def7c891bfe857bb795a57090526.tar.xz linux-dev-61c1e0eb8375def7c891bfe857bb795a57090526.zip |
i40e: Fix add TC filter for IPv6
Fix insufficient distinction between IPv4 and IPv6 addresses
when creating a filter.
IPv4 and IPv6 are kept in the same memory area. If IPv6 is added,
then it's caught by IPv4 check, which leads to err -95.
Fixes: 2f4b411a3d67 ("i40e: Enable cloud filters via tc-flower")
Signed-off-by: Grzegorz Szczurek <grzegorzx.szczurek@intel.com>
Signed-off-by: Mateusz Palczewski <mateusz.palczewski@intel.com>
Reviewed-by: Jaroslaw Gawin <jaroslawx.gawin@intel.com>
Tested-by: Tony Brelinski <tonyx.brelinski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions