[NETFILTER]: nf_conntrack_netlink: add missing dependency on NF_NAT
NF_CT_NETLINK=y, NF_NAT=m results in: LD .tmp_vmlinux1 net/built-in.o: dans la fonction « nfnetlink_parse_nat_proto »: nf_conntrack_netlink.c:(.text+0x28db9): référence indéfinie vers « nf_nat_proto_find_get » nf_conntrack_netlink.c:(.text+0x28dd6): référence indéfinie vers « nf_nat_proto_put » net/built-in.o: dans la fonction « ctnetlink_new_conntrack »: nf_conntrack_netlink.c:(.text+0x29959): référence indéfinie vers « nf_nat_setup_info » nf_conntrack_netlink.c:(.text+0x29b35): référence indéfinie vers « nf_nat_setup_info » nf_conntrack_netlink.c:(.text+0x29cf7): référence indéfinie vers « nf_nat_setup_info » nf_conntrack_netlink.c:(.text+0x29de2): référence indéfinie vers « nf_nat_setup_info » make: *** [.tmp_vmlinux1] Erreur 1 Reported by Kevin Baradon <kevin.baradon@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b6f99a2119
commit
ca8fbb859c
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@ config NF_CT_NETLINK
|
||||||
tristate 'Connection tracking netlink interface (EXPERIMENTAL)'
|
tristate 'Connection tracking netlink interface (EXPERIMENTAL)'
|
||||||
depends on EXPERIMENTAL && NF_CONNTRACK && NETFILTER_NETLINK
|
depends on EXPERIMENTAL && NF_CONNTRACK && NETFILTER_NETLINK
|
||||||
depends on NF_CONNTRACK!=y || NETFILTER_NETLINK!=m
|
depends on NF_CONNTRACK!=y || NETFILTER_NETLINK!=m
|
||||||
|
depends on NF_NAT=n || NF_NAT
|
||||||
help
|
help
|
||||||
This option enables support for a netlink-based userspace interface
|
This option enables support for a netlink-based userspace interface
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue