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/ip6-hbh | |
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/ip6-hbh')
-rw-r--r-- | src/scripts/vnet/ip6-hbh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/scripts/vnet/ip6-hbh b/src/scripts/vnet/ip6-hbh index 0c6de47f100..87be118eadd 100644 --- a/src/scripts/vnet/ip6-hbh +++ b/src/scripts/vnet/ip6-hbh @@ -6,7 +6,6 @@ packet-generator new { limit 1 node ip6-input size 48-48 - no-recycle data { IP6_HOP_BY_HOP_OPTIONS: 1::2 -> 1::2 hex 0x3B00010403040506 @@ -18,7 +17,6 @@ packet-generator new { limit 1 node ip6-input size 48-48 - no-recycle data { IP6_HOP_BY_HOP_OPTIONS: 1::2 -> 1::2 hex 0x3B00C10403040506 @@ -31,7 +29,6 @@ packet-generator new { limit 1 node ip6-input size 48-48 - no-recycle data { IP6_HOP_BY_HOP_OPTIONS: 1::2 -> 1::2 hex 0x3BffC10403040506 @@ -44,7 +41,6 @@ packet-generator new { limit 1 node ip6-input size 64-64 - no-recycle data { IP6_HOP_BY_HOP_OPTIONS: 1::2 -> 1::2 hex 0x3BffC10403040506 @@ -57,7 +53,6 @@ packet-generator new { limit 1 node ip6-input size 56-56 - no-recycle data { IP6_HOP_BY_HOP_OPTIONS: 1::2 -> 1::2 length 16 @@ -71,7 +66,6 @@ packet-generator new { limit 1 node ip6-input size 56-56 - no-recycle data { IP6_HOP_BY_HOP_OPTIONS: 1::2 -> 1::2 length 16 |