diff options
| author | Pablo Neira Ayuso <pablo@netfilter.org> | 2015-06-12 07:58:52 -0400 |
|---|---|---|
| committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2015-06-15 11:26:37 -0400 |
| commit | f09becc79f899f92557ce6d5562a8b80d6addb34 (patch) | |
| tree | d4342d53cbde200f19572689e29611b2c009fe62 /net/netfilter | |
| parent | 482cfc318559e2527dfd8513582d2fdb276e47c2 (diff) | |
netfilter: Kconfig: get rid of parens around depends on
According to the reporter, they are not needed.
Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter')
| -rw-r--r-- | net/netfilter/Kconfig | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index fbc8d15c7fda..6eae69a698ed 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig | |||
| @@ -206,7 +206,7 @@ config NF_CONNTRACK_FTP | |||
| 206 | 206 | ||
| 207 | config NF_CONNTRACK_H323 | 207 | config NF_CONNTRACK_H323 |
| 208 | tristate "H.323 protocol support" | 208 | tristate "H.323 protocol support" |
| 209 | depends on (IPV6 || IPV6=n) | 209 | depends on IPV6 || IPV6=n |
| 210 | depends on NETFILTER_ADVANCED | 210 | depends on NETFILTER_ADVANCED |
| 211 | help | 211 | help |
| 212 | H.323 is a VoIP signalling protocol from ITU-T. As one of the most | 212 | H.323 is a VoIP signalling protocol from ITU-T. As one of the most |
| @@ -723,7 +723,7 @@ config NETFILTER_XT_TARGET_HL | |||
| 723 | 723 | ||
| 724 | config NETFILTER_XT_TARGET_HMARK | 724 | config NETFILTER_XT_TARGET_HMARK |
| 725 | tristate '"HMARK" target support' | 725 | tristate '"HMARK" target support' |
| 726 | depends on (IP6_NF_IPTABLES || IP6_NF_IPTABLES=n) | 726 | depends on IP6_NF_IPTABLES || IP6_NF_IPTABLES=n |
| 727 | depends on NETFILTER_ADVANCED | 727 | depends on NETFILTER_ADVANCED |
| 728 | ---help--- | 728 | ---help--- |
| 729 | This option adds the "HMARK" target. | 729 | This option adds the "HMARK" target. |
| @@ -865,7 +865,7 @@ config NETFILTER_XT_TARGET_REDIRECT | |||
| 865 | config NETFILTER_XT_TARGET_TEE | 865 | config NETFILTER_XT_TARGET_TEE |
| 866 | tristate '"TEE" - packet cloning to alternate destination' | 866 | tristate '"TEE" - packet cloning to alternate destination' |
| 867 | depends on NETFILTER_ADVANCED | 867 | depends on NETFILTER_ADVANCED |
| 868 | depends on (IPV6 || IPV6=n) | 868 | depends on IPV6 || IPV6=n |
| 869 | depends on !NF_CONNTRACK || NF_CONNTRACK | 869 | depends on !NF_CONNTRACK || NF_CONNTRACK |
| 870 | ---help--- | 870 | ---help--- |
| 871 | This option adds a "TEE" target with which a packet can be cloned and | 871 | This option adds a "TEE" target with which a packet can be cloned and |
| @@ -875,8 +875,8 @@ config NETFILTER_XT_TARGET_TPROXY | |||
| 875 | tristate '"TPROXY" target transparent proxying support' | 875 | tristate '"TPROXY" target transparent proxying support' |
| 876 | depends on NETFILTER_XTABLES | 876 | depends on NETFILTER_XTABLES |
| 877 | depends on NETFILTER_ADVANCED | 877 | depends on NETFILTER_ADVANCED |
| 878 | depends on (IPV6 || IPV6=n) | 878 | depends on IPV6 || IPV6=n |
| 879 | depends on (IP6_NF_IPTABLES || IP6_NF_IPTABLES=n) | 879 | depends on IP6_NF_IPTABLES || IP6_NF_IPTABLES=n |
| 880 | depends on IP_NF_MANGLE | 880 | depends on IP_NF_MANGLE |
| 881 | select NF_DEFRAG_IPV4 | 881 | select NF_DEFRAG_IPV4 |
| 882 | select NF_DEFRAG_IPV6 if IP6_NF_IPTABLES | 882 | select NF_DEFRAG_IPV6 if IP6_NF_IPTABLES |
| @@ -915,7 +915,7 @@ config NETFILTER_XT_TARGET_SECMARK | |||
| 915 | 915 | ||
| 916 | config NETFILTER_XT_TARGET_TCPMSS | 916 | config NETFILTER_XT_TARGET_TCPMSS |
| 917 | tristate '"TCPMSS" target support' | 917 | tristate '"TCPMSS" target support' |
| 918 | depends on (IPV6 || IPV6=n) | 918 | depends on IPV6 || IPV6=n |
| 919 | default m if NETFILTER_ADVANCED=n | 919 | default m if NETFILTER_ADVANCED=n |
| 920 | ---help--- | 920 | ---help--- |
| 921 | This option adds a `TCPMSS' target, which allows you to alter the | 921 | This option adds a `TCPMSS' target, which allows you to alter the |
| @@ -1127,7 +1127,7 @@ config NETFILTER_XT_MATCH_ESP | |||
| 1127 | 1127 | ||
| 1128 | config NETFILTER_XT_MATCH_HASHLIMIT | 1128 | config NETFILTER_XT_MATCH_HASHLIMIT |
| 1129 | tristate '"hashlimit" match support' | 1129 | tristate '"hashlimit" match support' |
| 1130 | depends on (IP6_NF_IPTABLES || IP6_NF_IPTABLES=n) | 1130 | depends on IP6_NF_IPTABLES || IP6_NF_IPTABLES=n |
| 1131 | depends on NETFILTER_ADVANCED | 1131 | depends on NETFILTER_ADVANCED |
| 1132 | help | 1132 | help |
| 1133 | This option adds a `hashlimit' match. | 1133 | This option adds a `hashlimit' match. |
| @@ -1369,8 +1369,8 @@ config NETFILTER_XT_MATCH_SOCKET | |||
| 1369 | depends on NETFILTER_XTABLES | 1369 | depends on NETFILTER_XTABLES |
| 1370 | depends on NETFILTER_ADVANCED | 1370 | depends on NETFILTER_ADVANCED |
| 1371 | depends on !NF_CONNTRACK || NF_CONNTRACK | 1371 | depends on !NF_CONNTRACK || NF_CONNTRACK |
| 1372 | depends on (IPV6 || IPV6=n) | 1372 | depends on IPV6 || IPV6=n |
| 1373 | depends on (IP6_NF_IPTABLES || IP6_NF_IPTABLES=n) | 1373 | depends on IP6_NF_IPTABLES || IP6_NF_IPTABLES=n |
| 1374 | select NF_DEFRAG_IPV4 | 1374 | select NF_DEFRAG_IPV4 |
| 1375 | select NF_DEFRAG_IPV6 if IP6_NF_IPTABLES | 1375 | select NF_DEFRAG_IPV6 if IP6_NF_IPTABLES |
| 1376 | help | 1376 | help |
