diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-06-19 07:25:46 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-06-19 08:09:17 +0400 |
commit | 674147e21195a496164e1c7ff70d0f0b45235f25 (patch) | |
tree | 8327a95f7f84c52150c7be1c26c29a91d0eacbfa /drivers/net | |
parent | 6bdc5f49e365a5403b9fdef01ceb37241ab00f9b (diff) | |
download | linux-674147e21195a496164e1c7ff70d0f0b45235f25.tar.xz |
netfilter: fix missing symbols if CONFIG_NETFILTER_NETLINK_QUEUE_CT unset
ERROR: "nfqnl_ct_parse" [net/netfilter/nfnetlink_queue.ko] undefined!
ERROR: "nfqnl_ct_seq_adjust" [net/netfilter/nfnetlink_queue.ko] undefined!
ERROR: "nfqnl_ct_put" [net/netfilter/nfnetlink_queue.ko] undefined!
ERROR: "nfqnl_ct_get" [net/netfilter/nfnetlink_queue.ko] undefined!
We have to use CONFIG_NETFILTER_NETLINK_QUEUE_CT in
include/net/netfilter/nfnetlink_queue.h, not CONFIG_NF_CONNTRACK.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions