diff options
author | Damjan Marion <damarion@cisco.com> | 2019-02-20 14:15:25 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2019-02-20 16:29:35 +0000 |
commit | 3b77f67cf4a92dccbfab50764e2d54dbcd4390f2 (patch) | |
tree | ac2b130a483ed71fa871c030bf6c7eca29961f47 /src/scripts/vnet/pcap | |
parent | a4324a996f34902579338033110d27575a654c8e (diff) |
pg: remove no-recycle option
Change-Id: Ic47bde2d08b2719b5c6c87cb2e9a8af0d2160e6e
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/scripts/vnet/pcap')
-rw-r--r-- | src/scripts/vnet/pcap | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/scripts/vnet/pcap b/src/scripts/vnet/pcap index 692e5f27012..d8f47c69074 100644 --- a/src/scripts/vnet/pcap +++ b/src/scripts/vnet/pcap @@ -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 } |