From ea08eeccae9297f7aabd2ef7f0c2517ac4549acc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:18:26 +0000 Subject: [PATCH] write in 30M --- kernel/include/net/netns/x_tables.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/kernel/include/net/netns/x_tables.h b/kernel/include/net/netns/x_tables.h index a0d89fd..9bc5a12 100644 --- a/kernel/include/net/netns/x_tables.h +++ b/kernel/include/net/netns/x_tables.h @@ -11,8 +11,11 @@ struct list_head tables[NFPROTO_NUMPROTO]; bool notrack_deprecated_warning; bool clusterip_deprecated_warning; +#if defined(CONFIG_BRIDGE_NF_EBTABLES) || \ + defined(CONFIG_BRIDGE_NF_EBTABLES_MODULE) struct ebt_table *broute_table; struct ebt_table *frame_filter; struct ebt_table *frame_nat; +#endif }; #endif -- Gitblit v1.6.2