OSDN Git Service

netfilter: flowtable: remove nf_ct_l4proto_find() call
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 19 Jul 2021 16:04:01 +0000 (18:04 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 1 Aug 2021 10:00:50 +0000 (12:00 +0200)
commit92fb15513edc6ae1eb51f717e70d4d3d538c2d09
tree460cb8c1fd30d3f299f83e63591182f924686cf1
parent241d1af4c11a75d4c17ecc0193a6ab60553efbfc
netfilter: flowtable: remove nf_ct_l4proto_find() call

TCP and UDP are built-in conntrack protocol trackers and the flowtable
only supports for TCP and UDP, remove this call.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_flow_table_core.c