From 3b77f67cf4a92dccbfab50764e2d54dbcd4390f2 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Wed, 20 Feb 2019 14:15:25 +0100 Subject: pg: remove no-recycle option Change-Id: Ic47bde2d08b2719b5c6c87cb2e9a8af0d2160e6e Signed-off-by: Damjan Marion --- src/scripts/vnet/mpls-tunnel | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/scripts/vnet/mpls-tunnel') diff --git a/src/scripts/vnet/mpls-tunnel b/src/scripts/vnet/mpls-tunnel index d04b29702e7..e69ad6b678b 100644 --- a/src/scripts/vnet/mpls-tunnel +++ b/src/scripts/vnet/mpls-tunnel @@ -3,7 +3,6 @@ packet-generator new { limit 1 node ip4-input size 64-64 - no-recycle data { ICMP: 1.0.0.2 -> 2.0.0.2 ICMP echo_request @@ -15,7 +14,6 @@ packet-generator new { limit 1 node ip4-input size 64-64 - no-recycle data { ICMP: 1.0.0.2 -> 2.0.1.2 ICMP echo_request @@ -27,7 +25,6 @@ packet-generator new { limit 1 node ip4-input size 64-64 - no-recycle data { ICMP: 1.0.0.2 -> 2.0.2.2 ICMP echo_request @@ -39,7 +36,6 @@ packet-generator new { limit 1 node ip4-input size 64-64 - no-recycle data { ICMP: 1.0.0.2 -> 2.0.3.2 ICMP echo_request -- cgit 1.2.3-korg