On Thu, Aug 01, 2019 at 01:02:51PM +, dmitro...@mellanox.com wrote:
> From: Dmytro Linkin
>
> Currently init call of all actions (except ipt) init their 'parm'
> structure as a direct pointer to nla data in skb. This leads to race
> condition when some of the filter
sport & flags
fields
f1c8 - Add pedit action with LAYERED_OP udp set dport & sport
d784 - Add pedit action with mixed RAW/LAYERED_OP #1
70ca - Add pedit action with mixed RAW/LAYERED_OP #2
Signed-off-by: Dmytro Linkin
---
.../tc-testing/tc-tests/actions/pedit.json | 903 ++
sport & flags fields
f1c8 - Add pedit action with LAYERED_OP udp set dport & sport
d784 - Add pedit action with mixed RAW/LAYERED_OP #1
70ca - Add pedit action with mixed RAW/LAYERED_OP #2
Signed-off-by: Dmytro Linkin
---
.../tc-testing/tc-tests/actions/pedit.json | 904 ++
, and any third ip6 munge will cause infinite loop.
Changing this id from "ipv6" to "ip6" solves the problem.
Fixes: f3e1b2448a95 ("pedit: Introduce ipv6 support")
Signed-off-by: Dmytro Linkin
Reviewed-by: Roi Dayan
---
tc/p_ip6.c | 2 +-
1 file changed, 1 insertion