mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-25 07:21:07 +00:00
Update schema for BPF filter.
This commit is contained in:
parent
8a8de1e2df
commit
b37f9eb4f0
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user