]> git.ipfire.org Git - thirdparty/iptables.git/commit
xtables: constify struct builtin_table and struct builtin_chain
authorPablo Neira Ayuso <pablo@netfilter.org>
Sat, 17 Nov 2018 17:25:58 +0000 (18:25 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 19 Nov 2018 13:05:49 +0000 (14:05 +0100)
commit3c7ea26c85b95a4c62355c359030d6bbdf2f8df0
treea10bdf3cdd4ceb78a4848415354225241f5c059f
parent5016d1eb84f951d84f5a0c18f994f40677ad0643
xtables: constify struct builtin_table and struct builtin_chain

These definitions should be const, propagate this to all existing users.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
iptables/nft.c
iptables/nft.h
iptables/xtables-restore.c
iptables/xtables-save.c
iptables/xtables-translate.c