diff --git a/plugins/reaction-plugin-nftables/src/main.rs b/plugins/reaction-plugin-nftables/src/main.rs index 13e14a7..6a7f067 100644 --- a/plugins/reaction-plugin-nftables/src/main.rs +++ b/plugins/reaction-plugin-nftables/src/main.rs @@ -45,7 +45,7 @@ impl PluginInfo for Plugin { Ok(Manifest { hello: Hello::new(), streams: BTreeSet::default(), - actions: BTreeSet::from(["ipset".into()]), + actions: BTreeSet::from(["nftables".into()]), }) }