summaryrefslogtreecommitdiffstats
path: root/iptables
diff options
context:
space:
mode:
Diffstat (limited to 'iptables')
-rw-r--r--iptables/nft-shared.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/iptables/nft-shared.h b/iptables/nft-shared.h
index c0948fd4..e13a1a85 100644
--- a/iptables/nft-shared.h
+++ b/iptables/nft-shared.h
@@ -223,9 +223,9 @@ struct nft_xt_cmd_parse {
unsigned int command;
unsigned int rulenum;
char *table;
- char *chain;
- char *newname;
- char *policy;
+ const char *chain;
+ const char *newname;
+ const char *policy;
bool restore;
int verbose;
};