commit | f347ec852c7a83e1803192d2c1fce4e42e0715a5 | [log] [tgz] |
---|---|---|
author | Pablo M. Bermudo Garay <pablombg@gmail.com> | Fri Jul 21 01:54:37 2017 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Jul 31 19:01:39 2017 +0200 |
tree | 1edb8892ad7ed553c91042b04019443f5eebea88 | |
parent | 784b4e612d42a2b7578d7fab2ed78940e10536bc [diff] |
netfilter: nf_tables: fib: use skb_header_pointer This is a preparatory patch for adding fib support to the netdev family. The netdev family receives the packets from ingress hook. At this point we have no guarantee that the ip header is linear. So this patch replaces ip_hdr with skb_header_pointer in order to address that possible situation. Signed-off-by: Pablo M. Bermudo Garay <pablombg@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>