commit | b030f194aed290705426c62e501201c0739405c5 | [log] [tgz] |
---|---|---|
author | Lukas Wunner <lukas@wunner.de> | Wed Mar 11 12:59:01 2020 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Mar 18 01:20:04 2020 +0100 |
tree | 29d5664609b6fd774b4fe1c61863a2f9031de489 | |
parent | d0febd81ae77a0e13717f1412ff9589e43fc4f8b [diff] |
netfilter: Rename ingress hook include file Prepare for addition of a netfilter egress hook by renaming <linux/netfilter_ingress.h> to <linux/netfilter_netdev.h>. The egress hook also necessitates a refactoring of the include file, but that is done in a separate commit to ease reviewing. No functional change intended. Signed-off-by: Lukas Wunner <lukas@wunner.de> Cc: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>