app/acl: allow comment and empty line in input
authorKonstantin Ananyev <konstantin.ananyev@intel.com>
Mon, 26 Jul 2021 11:51:36 +0000 (12:51 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 30 Jul 2021 16:33:55 +0000 (18:33 +0200)
commitca2183d3d6f8a260406812bbf3b497f4a97c9996
treeffbe53af39670ac6d52d531572ed738df11a7832
parent9967ac7f8497453d96cdb4863e7bb2dc2b0c08f6
app/acl: allow comment and empty line in input

Allow comment (lines starting with '#') and empty lines in input
(rules, traces) files. These lines will be just skipped and shouldn't
affect the result anyhow.

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
app/test-acl/main.c