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>
This commit is contained in:
@@ -186,7 +186,8 @@ config IP6_NF_MATCH_MH
|
||||
|
||||
config IP6_NF_MATCH_RPFILTER
|
||||
tristate '"rpfilter" reverse path filter match support'
|
||||
depends on NETFILTER_ADVANCED && (IP6_NF_MANGLE || IP6_NF_RAW)
|
||||
depends on NETFILTER_ADVANCED
|
||||
depends on IP6_NF_MANGLE || IP6_NF_RAW
|
||||
---help---
|
||||
This option allows you to match packets whose replies would
|
||||
go out via the interface the packet came in.
|
||||
|
Reference in New Issue
Block a user