commit | fa538f7cf05aab61cd91e01c160d4a09c81b8ffe | [log] [tgz] |
---|---|---|
author | Jose M. Guisado Gomez <guigom@riseup.net> | Thu Oct 22 21:43:51 2020 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sat Oct 31 10:40:22 2020 +0100 |
tree | 0b573c043b37fa34dcfbf66622f33e64b2a3acf6 | |
parent | 37d38ece9b898ea183db9e5a6582651e6ed64c9a [diff] |
netfilter: nf_reject: add reject skbuff creation helpers Adds reject skbuff creation helper functions to ipv4/6 nf_reject infrastructure. Use these functions for reject verdict in bridge family. Can be reused by all different families that support reject and will not inject the reject packet through ip local out. Signed-off-by: Jose M. Guisado Gomez <guigom@riseup.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>