Actions
Feature #1224
closed
CN
Allow newlines in bpf filters in files specified by the -F flag
Feature #1224:
Allow newlines in bpf filters in files specified by the -F flag
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Effort:
Difficulty:
Label:
Description
Currently if you create a bpf filter as a file, the entire filter must be specified on a single line or it will not compile correctly. This can make managing complex filters somewhat unwieldy. I tried escaping the newline but that didn't work.
Actions