commit | c46b38dc8743535e686b911d253a844f0bd50ead | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Oct 28 22:15:00 2021 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Nov 01 09:31:03 2021 +0100 |
tree | 3ea59205264ba559d399fd8047e9dbe196743fb2 | |
parent | b5bdc6f9c24db9a0adf8bd00c0e935b184654f00 [diff] |
netfilter: nft_payload: support for inner header matching / mangling Allow to match and mangle on inner headers / payload data after the transport header. There is a new field in the pktinfo structure that stores the inner header offset which is calculated only when requested. Only TCP and UDP supported at this stage. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>