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
I've encountered a problem: parsed rules with multiple key filters (-F key=<key>) cannot be added to the kernel - an "invalid argument" error is returned.
Hello! Thanks for this great project!
I've encountered a problem: parsed rules with multiple key filters (
-F key=<key>
) cannot be added to the kernel - an "invalid argument" error is returned.I use the library like this:
When
-k <key>
syntax is used instead of-F key=<key>
, it works correctly. Mixing both formats again leads to this error.The text was updated successfully, but these errors were encountered: