blob: 5c0b81ebacf548d667389831861dbe9a1a4ea149 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"type" : "edge",
"start" : "mac,vlan",
"end" : "vlan",
"actions" : [
{
"dst" : "start.ethertype",
"src" : "end.tpid"
},
{
"dst" : "end.ethertype",
"src" : "start.ethertype"
}
]
}
|