dpdk: Add support for Mellanox ConnectX-4 devices
[vpp.git] / vnet / vnet / pg / example.script
1 packet-generator new {
2   name x
3   limit 1
4   node ethernet-input
5   data { IP: 1.2.3 -> 4.5.6 incrementing 100 }
6 }