]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: fix missing symbols if CONFIG_NETFILTER_NETLINK_QUEUE_CT unset
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 19 Jun 2012 03:25:46 +0000 (05:25 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Jun 2012 04:09:17 +0000 (21:09 -0700)
commitb61608963248953a60ec5f14d65c840c1385977f
tree8327a95f7f84c52150c7be1c26c29a91d0eacbfa
parentcf9f2dc06ba380548a9cd3d17ae65475df50233d
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>
include/net/netfilter/nfnetlink_queue.h