We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the CONFIG_NF_CONNTRACK_CHAIN_EVENTS is double
--- a/include/net/netns/conntrack.h 2020-06-23 11:43:45.752009000 -0700 +++ b/include/net/netns/conntrack.h 2020-06-27 18:18:26.138861119 -0700 @@ -115,8 +115,12 @@ struct netns_ct { #ifdef CONFIG_NF_CONNTRACK_CHAIN_EVENTS struct atomic_notifier_head nf_conntrack_chain; #else +#ifdef CONFIG_NF_CONNTRACK_CHAIN_EVENTS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the CONFIG_NF_CONNTRACK_CHAIN_EVENTS is double
--- a/include/net/netns/conntrack.h 2020-06-23 11:43:45.752009000 -0700
+++ b/include/net/netns/conntrack.h 2020-06-27 18:18:26.138861119 -0700
@@ -115,8 +115,12 @@ struct netns_ct {
#ifdef CONFIG_NF_CONNTRACK_CHAIN_EVENTS
struct atomic_notifier_head nf_conntrack_chain;
#else
+#ifdef CONFIG_NF_CONNTRACK_CHAIN_EVENTS
+#else
struct nf_ct_event_notifier __rcu *nf_conntrack_event_cb;
#endif
+#endif
The text was updated successfully, but these errors were encountered: