nftables: Fix bad action advertised

This commit is contained in:
ppom 2026-02-26 12:00:00 +01:00
commit ea0e7177d9
No known key found for this signature in database

View file

@ -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()]),
})
}