vlib: exec cli line-by-line processing and script updates
[vpp.git] / src / scripts / vnet / pcap
1 packet-generator new {                                                  \
2   name x                                                                \
3   limit 1                                                               \
4   node ethernet-input                                                   \
5   pcap /home/eliot/pcap-data/ISIS_level1_adjacency.cap                  \
6 }
7
8 packet-generator new {                                                  \
9   name y                                                                \
10   limit 1                                                               \
11   node hdlc-input                                                       \
12   pcap /home/eliot/pcap-data/ISIS_p2p_adjacency.cap                     \
13 }
14
15 tr add pg-input 10
16