commit | 9b17afb2c88bbadcc15b96f0275c426ae3d89a33 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Sun Jan 09 17:11:23 2022 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sun Jan 09 23:35:17 2022 +0100 |
tree | 1be7be5fb261e2eed2dc1058bdea1c7ce0f3ddf2 | |
parent | a7c176bf9f0e916f7544f6a00d898b0c90de1887 [diff] |
netfilter: nft_meta: track register operations Check if the destination register already contains the data that this meta store expression performs. This allows to skip this redundant operation. If the destination contains a different selector, update the register tracking information. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>