commit | ebddf1a8d78aa3436353fae75c4396e50cb2d6cf | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Tue May 26 18:41:20 2015 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue May 26 18:41:17 2015 +0200 |
tree | 3656b8fff320c7e570d31f9663c6e9e088f0c30b | |
parent | 529985de202276d0d3455d16d284d72efc357d98 [diff] |
netfilter: nf_tables: allow to bind table to net_device This patch adds the internal NFT_AF_NEEDS_DEV flag to indicate that you must attach this table to a net_device. This change is required by the follow up patch that introduces the new netdev table. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>