mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 12:45:47 +01:00
nftables: Fix bad action advertised
This commit is contained in:
parent
c41c89101d
commit
ea0e7177d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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()]),
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue