From 6e870112174289840867605a245ea07d5f704e44 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sun, 19 Nov 2023 12:23:47 +0100 Subject: xshared: Introduce print_help callback (again) Prep work for ebtables parser to use do_parse(). Adding more special casing to xtables_printhelp() causes a mess, so work with a callback again. Signed-off-by: Phil Sutter --- iptables/nft-ipv6.c | 1 + 1 file changed, 1 insertion(+) (limited to 'iptables/nft-ipv6.c') diff --git a/iptables/nft-ipv6.c b/iptables/nft-ipv6.c index b1b58910..e4b1714d 100644 --- a/iptables/nft-ipv6.c +++ b/iptables/nft-ipv6.c @@ -346,6 +346,7 @@ struct nft_family_ops nft_family_ops_ipv6 = { .option_name = ip46t_option_name, .option_invert = ip46t_option_invert, .command_default = command_default, + .print_help = xtables_printhelp, }, .rule_to_cs = nft_rule_to_iptables_command_state, .clear_cs = xtables_clear_iptables_command_state, -- cgit v1.2.3