vlib: exec cli line-by-line processing and script updates
[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 }