]> www.infradead.org Git - users/jedix/linux-maple.git/commit
netkit: Remove double invocation to clear ipvs property flag
authorDaniel Borkmann <daniel@iogearbox.net>
Tue, 25 Feb 2025 21:29:27 +0000 (22:29 +0100)
committerJakub Kicinski <kuba@kernel.org>
Fri, 28 Feb 2025 00:53:05 +0000 (16:53 -0800)
commit047e059cf21210f633bb538799107af10650a9c7
treeebf60a270de2ec9c02ab0eee12620adfb1bdcce6
parentf8131f4cc5bda6154d81ee5bafe3db7e2e72a89c
netkit: Remove double invocation to clear ipvs property flag

With ipvs_reset() now done unconditionally in skb_scrub_packet()
we would then call the former twice netkit_prep_forward(). Thus
remove the now unnecessary explicit call.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Link: https://patch.msgid.link/20250225212927.69271-1-daniel@iogearbox.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/netkit.c