--- zzzz-none-000/linux-3.10.107/include/net/netns/x_tables.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/include/net/netns/x_tables.h 2021-02-04 17:41:59.000000000 +0000 @@ -2,13 +2,14 @@ #define __NETNS_X_TABLES_H #include -#include +#include struct ebt_table; struct netns_xt { 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;