16 lines
281 B
JSON
16 lines
281 B
JSON
|
{
|
||
|
"type" : "edge",
|
||
|
"start" : "mac,vlan",
|
||
|
"end" : "vlan",
|
||
|
"actions" : [
|
||
|
{
|
||
|
"dst" : "start.ethertype",
|
||
|
"src" : "end.tpid"
|
||
|
},
|
||
|
{
|
||
|
"dst" : "end.ethertype",
|
||
|
"src" : "start.ethertype"
|
||
|
}
|
||
|
]
|
||
|
}
|