Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[NETFILTER]: nf_conntrack_h323: fix compile error with CONFIG_IPV6=m, CONFIG_NF_CONNTRACK_H323=y

Fix this by letting NF_CONNTRACK_H323 depend on (IPV6 || IPV6=n).

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Adrian Bunk and committed by
David S. Miller
3e821980 40e0cb00

+1 -1
+1 -1
net/netfilter/Kconfig
··· 165 165 166 166 config NF_CONNTRACK_H323 167 167 tristate "H.323 protocol support (EXPERIMENTAL)" 168 - depends on EXPERIMENTAL && NF_CONNTRACK 168 + depends on EXPERIMENTAL && NF_CONNTRACK && (IPV6 || IPV6=n) 169 169 help 170 170 H.323 is a VoIP signalling protocol from ITU-T. As one of the most 171 171 important VoIP protocols, it is widely used by voice hardware and