pg: remove no-recycle option
[vpp.git] / src / scripts / vnet / pcap
index 692e5f2..d8f47c6 100644 (file)
@@ -2,7 +2,6 @@ packet-generator new {
   name x
   limit 1
   node ethernet-input
-  no-recycle
   pcap /home/eliot/pcap-data/ISIS_level1_adjacency.cap
 }
 
@@ -10,7 +9,6 @@ packet-generator new {
   name y
   limit 1
   node hdlc-input
-  no-recycle
   pcap /home/eliot/pcap-data/ISIS_p2p_adjacency.cap
 }