You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I tried to use get_current_ruleset function, but it panicked:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error("data did not match any variant of untagged enum NfObject", line: 1, column: 1814)', src/firewall.rs:31:64
I use NixOS and my current ruleset (nft -j list ruleset with replaced IP addresses) is here.
The text was updated successfully, but these errors were encountered:
Hi @selfuryon, thank you for reporting this issue! Could you try again with the latest crate version? :) With the fix provided in #8, the function should not panic anymore.
Hello!
I tried to use
get_current_ruleset
function, but it panicked:thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error("data did not match any variant of untagged enum NfObject", line: 1, column: 1814)', src/firewall.rs:31:64
I use NixOS and my current ruleset (
nft -j list ruleset
with replaced IP addresses) is here.The text was updated successfully, but these errors were encountered: