summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-eb-standalone.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/xtables-eb-standalone.c')
-rw-r--r--iptables/xtables-eb-standalone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables/xtables-eb-standalone.c b/iptables/xtables-eb-standalone.c
index 2248b08d..069c9aa1 100644
--- a/iptables/xtables-eb-standalone.c
+++ b/iptables/xtables-eb-standalone.c
@@ -47,7 +47,7 @@ int xtables_eb_main(int argc, char *argv[])
char *table = "filter";
struct nft_handle h;
- nft_init_eb(&h);
+ nft_init_eb(&h, "ebtables");
ret = do_commandeb(&h, argc, argv, &table);
if (ret)