https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291357
Kajetan Staszkiewicz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Kajetan Staszkiewicz <[email protected]> --- > should the rules be also broken up into their action and arguments? For me having rules, states and source nodes dumped into json would greatly improve the code for pf tests. Many tests I wrote over the last year or so check if proper states have been created and if proper amount of packets went through them. The tests use awk to convert the current multiline output into single lines, and then those are checked with grep. That is unnecessary complicated, prone to errors, makes things like comparing numbers hard. I think that fully splitting the output, not keeping any multi-word regexaple strings, would help here. -- You are receiving this mail because: You are the assignee for the bug.
