mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-31 05:13:49 +02:00
Add missing 'DLT_PPP_SERIAL' PCAP link type in schemas.
This commit is contained in:
parent
ef54367bf7
commit
855ab13655
@ -93,7 +93,7 @@ LINK_CAPTURE_SCHEMA = {
|
|||||||
"properties": {
|
"properties": {
|
||||||
"data_link_type": {
|
"data_link_type": {
|
||||||
"description": "PCAP data link type (http://www.tcpdump.org/linktypes.html)",
|
"description": "PCAP data link type (http://www.tcpdump.org/linktypes.html)",
|
||||||
"enum": ["DLT_ATM_RFC1483", "DLT_EN10MB", "DLT_FRELAY", "DLT_C_HDLC"]
|
"enum": ["DLT_ATM_RFC1483", "DLT_EN10MB", "DLT_FRELAY", "DLT_C_HDLC", "DLT_PPP_SERIAL"]
|
||||||
},
|
},
|
||||||
"capture_file_name": {
|
"capture_file_name": {
|
||||||
"description": "Read only property. The name of the capture file if capture is running",
|
"description": "Read only property. The name of the capture file if capture is running",
|
||||||
|
@ -85,7 +85,7 @@ NODE_CAPTURE_SCHEMA = {
|
|||||||
},
|
},
|
||||||
"data_link_type": {
|
"data_link_type": {
|
||||||
"description": "PCAP data link type (http://www.tcpdump.org/linktypes.html)",
|
"description": "PCAP data link type (http://www.tcpdump.org/linktypes.html)",
|
||||||
"enum": ["DLT_ATM_RFC1483", "DLT_EN10MB", "DLT_FRELAY", "DLT_C_HDLC"]
|
"enum": ["DLT_ATM_RFC1483", "DLT_EN10MB", "DLT_FRELAY", "DLT_C_HDLC", "DLT_PPP_SERIAL"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": False,
|
"additionalProperties": False,
|
||||||
|
Loading…
Reference in New Issue
Block a user