-
Notifications
You must be signed in to change notification settings - Fork 150
arm64: .config: msm8916: iptables and netfilter modules #417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: msm8916/6.17-rc6
Are you sure you want to change the base?
Conversation
|
Could you explain what are these modules for? Maybe it's not msm8916-specific and can be added on the other platforms? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CONFIG_NETFILTER_XTABLES=m
CONFIG_NF_TABLES_IPV4=y
CONFIG_NF_TABLES_IPV6=y
Not sure we need the others, but there are duplicated configs which have been enabled.
| CONFIG_NF_TABLES_IPV4=y | ||
| CONFIG_NF_TABLES_IPV6=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| CONFIG_IPV6=m | ||
| CONFIG_NETFILTER=y | ||
| CONFIG_NETFILTER_ADVANCED=y | ||
| CONFIG_NETFILTER_XTABLES=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.

No description provided.