EthernetHeader
EthernetHeader
JSON Example
{
"dst_mac": "string",
"eth_type": 0,
"src_mac": "string"
}
string
dst_mac
Optional
The destination MAC address of form: "^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$". For example: 00:00:00:00:00:00.
integer As int64 As int64
eth_type
Optional
This field defaults to IPv4.
string
src_mac
Optional
The source MAC address of form: "^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$". For example: 00:00:00:00:00:00.