commit | c078ca3b0c5bf82c2b31906c446d6e2ad8ea0783 | [log] [tgz] |
---|---|---|
author | Phil Sutter <phil@nwl.cc> | Tue Jan 17 22:51:26 2017 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Feb 08 14:14:09 2017 +0100 |
tree | bebb843cfdedd03db69bcec8981e66503079f1ca | |
parent | 6e7bc478c9a006c701c14476ec9d389a484b4864 [diff] |
netfilter: nft_exthdr: Add support for existence check If NFT_EXTHDR_F_PRESENT is set, exthdr will not copy any header field data into *dest, but instead set it to 1 if the header is found and 0 otherwise. Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>