Files
falco/userspace/engine/lua/compiler.lua
Mark Stemm 3b49a0a85f Get rid of error()s when compiling filters
Ensure that compiling filters for rules or macros doesn't result in
throwing lua errors. Instead, return a bool status + the return
value(s). If the status is false, the next return value is an error
message.
2019-07-05 15:35:56 -07:00

6.9 KiB