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 | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/scripts/vnet/nat44') diff --git a/src/scripts/vnet/nat44 b/src/scripts/vnet/nat44 index 3292b565e18..bce96487dd2 100644 --- a/src/scripts/vnet/nat44 +++ b/src/scripts/vnet/nat44 @@ -6,7 +6,6 @@ packet-generator new { limit 1000000 node ip4-input size 64-64 - no-recycle interface pg0 data { UDP: 10.0.0.3 -> 172.16.1.2 @@ -21,7 +20,6 @@ packet-generator new { limit 1000000 node ip4-input size 64-64 - no-recycle interface pg0 data { UDP: 10.0.0.3 -> 172.16.1.2 -- cgit 1.2.3-korg