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/urpf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/scripts/vnet/urpf') diff --git a/src/scripts/vnet/urpf b/src/scripts/vnet/urpf index a4d875276ee..1268ff50b72 100644 --- a/src/scripts/vnet/urpf +++ b/src/scripts/vnet/urpf @@ -9,7 +9,6 @@ packet-generator new { limit 1 node ip4-input size 64-64 - no-recycle data { UDP: 1.2.3.4 -> 2.2.2.2 UDP: 3000 -> 3001 @@ -22,7 +21,6 @@ packet-generator new { limit 1 node ip4-input size 64-64 - no-recycle data { UDP: 1.1.1.1 -> 2.2.2.2 UDP: 3000 -> 3001 @@ -35,7 +33,6 @@ packet-generator new { limit 1 node ip4-input size 64-64 - no-recycle data { UDP: 11.11.12.13 -> 2.2.2.2 UDP: 6000 -> 6001 @@ -48,7 +45,6 @@ packet-generator new { limit 1 node ip4-input size 64-64 - no-recycle data { UDP: 11.11.12.13 -> 10.10.10.10 UDP: 6000 -> 6001 @@ -61,7 +57,6 @@ packet-generator new { limit 1 node ip4-input size 64-64 - no-recycle data { UDP: 1.1.1.1 -> 10.10.10.10 UDP: 3000 -> 3001 -- cgit 1.2.3-korg