summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-nft-multi.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/xtables-nft-multi.c')
-rw-r--r--iptables/xtables-nft-multi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/iptables/xtables-nft-multi.c b/iptables/xtables-nft-multi.c
index 03690a56..6fb8bd29 100644
--- a/iptables/xtables-nft-multi.c
+++ b/iptables/xtables-nft-multi.c
@@ -35,6 +35,8 @@ static const struct subcommand multi_subcommands[] = {
{"ebtables-translate", xtables_eb_xlate_main},
{"ebtables", xtables_eb_main},
{"ebtables-nft", xtables_eb_main},
+ {"ebtables-restore", xtables_eb_restore_main},
+ {"ebtables-save", xtables_eb_save_main},
{"xtables-monitor", xtables_monitor_main},
{NULL},
};