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