selftests: rtnetlink: correct xfrm policy rule in kci_test_ipsec_offload
authorZhengchao Shao <shaozhengchao@huawei.com>
Thu, 1 Dec 2022 08:22:46 +0000 (16:22 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Dec 2022 10:37:25 +0000 (11:37 +0100)
commite046421bed5a5b89b292e164a08c9c0a836fe57b
tree9d1dcb44c9855e1612a967d8f54a88b9077a62f3
parent4fa8988a36d54f81617f43d4ecc157b1c9ce8367
selftests: rtnetlink: correct xfrm policy rule in kci_test_ipsec_offload

[ Upstream commit 85a0506c073332a3057f5a9635fa0d4db5a8e03b ]

When testing in kci_test_ipsec_offload, srcip is configured as $dstip,
it should add xfrm policy rule in instead of out.
The test result of this patch is as follows:
PASS: ipsec_offload

Fixes: 2766a11161cc ("selftests: rtnetlink: add ipsec offload API test")
Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
Acked-by: Hangbin Liu <liuhangbin@gmail.com>
Link: https://lore.kernel.org/r/20221201082246.14131-1-shaozhengchao@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/net/rtnetlink.sh