commit | ed6c4136f1571bd6ab362afc3410905a8a69ca42 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Tue May 26 18:41:40 2015 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue May 26 18:41:23 2015 +0200 |
tree | 4b8e910c631dce906891caf07a6ab88ec7e12c4f | |
parent | ebddf1a8d78aa3436353fae75c4396e50cb2d6cf [diff] |
netfilter: nf_tables: add netdev table to filter from ingress This allows us to create netdev tables that contain ingress chains. Use skb_header_pointer() as we may see shared sk_buffs at this stage. This change provides access to the existing nf_tables features from the ingress hook. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>