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/bvi | |
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/bvi')
-rw-r--r-- | src/scripts/vnet/bvi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/scripts/vnet/bvi b/src/scripts/vnet/bvi index 2174da0db63..124fa044bfd 100644 --- a/src/scripts/vnet/bvi +++ b/src/scripts/vnet/bvi @@ -41,7 +41,6 @@ cle run packet-generator new { name bvi_to_l2 limit 100 - no-recycle node ethernet-input interface GigabitEthernet2/1/0 data { @@ -53,7 +52,6 @@ packet-generator new { packet-generator new { name l2_to_bvi limit 50 - no-recycle node ethernet-input interface GigabitEthernet2/2/0 data { @@ -65,7 +63,6 @@ packet-generator new { packet-generator new { name l2_to_bvi_via_flood limit 25 - no-recycle node ethernet-input interface GigabitEthernet2/2/0 data { |