aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/nf_tables_inet.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/netfilter/nf_tables_inet.c')
-rw-r--r--net/netfilter/nf_tables_inet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/nf_tables_inet.c b/net/netfilter/nf_tables_inet.c
index 280d3a2d5abc..ee29ba2829d0 100644
--- a/net/netfilter/nf_tables_inet.c
+++ b/net/netfilter/nf_tables_inet.c
@@ -66,7 +66,7 @@ static struct pernet_operations nf_tables_inet_net_ops = {
.exit = nf_tables_inet_exit_net,
};
-static struct nf_chain_type filter_inet = {
+static const struct nf_chain_type filter_inet = {
.family = NFPROTO_INET,
.name = "filter",
.type = NFT_CHAIN_T_DEFAULT,