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/nat44_static_with_port | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/scripts/vnet/nat44_static_with_port') diff --git a/src/scripts/vnet/nat44_static_with_port b/src/scripts/vnet/nat44_static_with_port index 25e16e94d66..7297fb4c7a2 100644 --- a/src/scripts/vnet/nat44_static_with_port +++ b/src/scripts/vnet/nat44_static_with_port @@ -6,7 +6,6 @@ packet-generator new { limit 1000000 node ip4-input size 64-64 - no-recycle worker 0 interface pg0 data { @@ -22,7 +21,6 @@ packet-generator new { limit 1000000 node ip4-input size 64-64 - no-recycle worker 1 interface pg1 data { -- cgit 1.2.3-korg