diff options
author | Billy O'Mahony <billy.o.mahony@intel.com> | 2015-08-25 11:35:28 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2015-09-24 15:46:45 +0000 |
commit | f8739e7feb9973550ef2fc69e6768b331e0ef28e (patch) | |
tree | 95130231c6d71be9333aa44dea9193ab885a43cb /conf | |
parent | 081ace7342b175f8e06d8aa9848e2aa4557f65c8 (diff) |
Frame Modification: support remaining frame modification types.
Only works for P2P. Other deployment scenarios will need to implement
the same kind of multi-table flow as P2P to enable frame modification.
Signed-off-by: Billy O'Mahony<billy.o.mahony@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Radek Zetik <radekx.zetik@intel.com>
Reviewed-by: Dino Madarang <dino.simeonx.madarang@intel.com>
Change-Id: I2fa35972b90b165c00f0d0a7515fa275d0f17aa4
Diffstat (limited to 'conf')
-rwxr-xr-x | conf/01_testcases.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/01_testcases.conf b/conf/01_testcases.conf index a95a4b54..cb4f9481 100755 --- a/conf/01_testcases.conf +++ b/conf/01_testcases.conf @@ -25,6 +25,9 @@ # "Deployment": "p2p", # One of the supported deployment scenarios. # "Description": "Lorem ipsum..." # Optional. A human-readable string # # describing the test. +# "Frame Modification": "vlan" # One of the supported frame modifications: +# # vlan, mpls, mac, dscp, ttl, ip_addr, +# # ip_port. # "biDirectional": [true|false], # Specifies if genearted traffic will be # # full-duplex (true) or half-duplex (false) # "MultiStream": 0-65535 # Optional. Defines number of flows simulated |