namib-project / nftables-rs

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

fix get_current_ruleset_raw args parsing #17

Closed Luap99 closed 8 months ago

Luap99 commented 8 months ago

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

Fixes #14

jwhb commented 8 months ago

Added some tests in f496d526350096d11189d79c6b08dd3c3fe61681

Luap99 commented 8 months ago

Thanks!