Select the types of activity you want to include in your feed.
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __NETNS_X_TABLES_H 3#define __NETNS_X_TABLES_H 4 5#include <linux/list.h> 6#include <linux/netfilter_defs.h> 7 8struct netns_xt { 9 bool notrack_deprecated_warning; 10 bool clusterip_deprecated_warning; 11}; 12#endif