commit | 83827f6a891e20de7468b1181f2ae8a3cc72587b | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Fri May 14 13:52:30 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri May 14 13:52:30 2010 -0700 |
tree | 63f17ed9a4ac9864a8827f9d2a44cdb3e826c9f7 | |
parent | 6df900e96c70208a931968da99f24cc982de116e [diff] |
netfilter: xt_TEE depends on NF_CONNTRACK Fix xt_TEE build for the case of NF_CONNTRACK=m and NETFILTER_XT_TARGET_TEE=y: xt_TEE.c:(.text+0x6df5c): undefined reference to `nf_conntrack_untracked' 4x Built with all 4 m/y combinations. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Acked-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>