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