[vpp-dev] Packet generator continuous stream

2021-03-11 Thread Ray Kinsella
Folks, Is there anyway to tell the Packet Generator to generate a continuous stream? Configuration is below and is stopping at the end of the pcap files (1m packets). Ray K create packet-generator interface pg1 create packet-generator interface pg2 packet-generator new pcap ../vpp_configs/pg/

Re: [vpp-dev] Packet generator continuous stream

2021-03-11 Thread Ray Kinsella
To answer my own question. Limit is set by the length (in packets) of the pcap file. You can make continuous with packet-generator configure limit 0. Ray K On 11/03/2021 14:23, Kinsella, Ray wrote: > Folks, > > Is there anyway to tell the Packet Generator to generate a continuous stream? > Con