Skip to content
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

999-shortcut-fe-support.patch file double CONFIG_NF_CONNTRACK_CHAIN_EVENTS #3

Open
6ang996 opened this issue Jun 4, 2022 · 0 comments

Comments

@6ang996
Copy link

6ang996 commented Jun 4, 2022

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

  • struct atomic_notifier_head nf_conntrack_chain;
    +#else
    struct nf_ct_event_notifier __rcu *nf_conntrack_event_cb;
    #endif
    +#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant