Skip to content

Commit

Permalink
netfilter: Kconfig: Make NETFILTER_XT_MATCH_SOCKET select NF_SOCKET_I…
Browse files Browse the repository at this point in the history
…PV4/6

Instead of depending on it.

Signed-off-by: Máté Eckl <ecklm94@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
  • Loading branch information
Máté Eckl authored and Pablo Neira Ayuso committed Jul 16, 2018
1 parent 60e3be9 commit 7414d92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/netfilter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1492,8 +1492,8 @@ config NETFILTER_XT_MATCH_SOCKET
depends on NETFILTER_ADVANCED
depends on IPV6 || IPV6=n
depends on IP6_NF_IPTABLES || IP6_NF_IPTABLES=n
depends on NF_SOCKET_IPV4
depends on NF_SOCKET_IPV6
select NF_SOCKET_IPV4
select NF_SOCKET_IPV6 if IP6_NF_IPTABLES
select NF_DEFRAG_IPV4
select NF_DEFRAG_IPV6 if IP6_NF_IPTABLES != n
help
Expand Down

0 comments on commit 7414d92

Please sign in to comment.