OSDN Git Service

netfilter: nft_extdhr: Drop pointless check of tprot_set
authorPhil Sutter <phil@nwl.cc>
Fri, 11 Jun 2021 17:08:26 +0000 (19:08 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 16 Jun 2021 20:25:01 +0000 (22:25 +0200)
commit06e95f0a2aa24d480cbc0c3bd18ca49e1c85f868
treebd9ced74560354e8339bee595724f3a3d9ed22e0
parent5acc44f39458f43dac9724cefa4da29847cfe997
netfilter: nft_extdhr: Drop pointless check of tprot_set

Pablo says, tprot_set is only there to detect if tprot was set to
IPPROTO_IP as that evaluates to zero. Therefore, code asserting a
different value in tprot does not need to check tprot_set.

Fixes: 935b7f6430188 ("netfilter: nft_exthdr: add TCP option matching")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nft_exthdr.c