Reorganize source tree to use single autotools instance
[vpp.git] / src / 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 }