packetforge: add packetforge for generic flow to extras
[vpp.git] / extras / packetforge / parsegraph / edges / vlan_after_macvlan.json
1 {
2     "type" : "edge",
3     "start" : "mac,vlan",
4     "end" : "vlan",
5     "actions" : [
6         {
7             "dst" : "start.ethertype",
8             "src" : "end.tpid"
9         },
10         {
11             "dst" : "end.ethertype",
12             "src" : "start.ethertype"
13         }
14     ]
15 }