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/mpls-tunnel | |
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/mpls-tunnel')
-rw-r--r-- | src/scripts/vnet/mpls-tunnel | 4 |
1 files changed, 0 insertions, 4 deletions
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 |