Update schema for BPF filter.

This commit is contained in:
grossmj 2017-07-12 16:21:11 +07:00
parent 8a8de1e2df
commit b37f9eb4f0

View File

@ -92,11 +92,11 @@ FILTERS = [
}, },
{ {
"type": "bpf", "type": "bpf",
"name": "BPF", "name": "Berkeley Packet Filter (BPF)",
"description": "Berkeley Packet Filter (BPF) syntax. This filter will drop any packet matching the expression. Put one filter by line", "description": "This filter will drop any packet matching a BPF expression. Put one expression per line",
"parameters": [ "parameters": [
{ {
"name": "BPF filters", "name": "Filters",
"type": "text" "type": "text"
} }
] ]