namib-project / nftables-rs

Safe abstraction for nftables JSON API (libnftables-json).
https://crates.io/crates/nftables
Apache License 2.0
23 stars 13 forks source link

fix get_current_ruleset_raw args parsing #17

Closed Luap99 closed 5 months ago

Luap99 commented 5 months ago

If users supply their own args do not append the list ruleset args.

Fixes #14

jwhb commented 5 months ago

Added some tests in f496d526350096d11189d79c6b08dd3c3fe61681

Luap99 commented 5 months ago

Thanks!