From f8739e7feb9973550ef2fc69e6768b331e0ef28e Mon Sep 17 00:00:00 2001 From: Billy O'Mahony Date: Tue, 25 Aug 2015 11:35:28 +0100 Subject: 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 Reviewed-by: Maryam Tahhan Reviewed-by: Martin Klozik Reviewed-by: Radek Zetik Reviewed-by: Dino Madarang Change-Id: I2fa35972b90b165c00f0d0a7515fa275d0f17aa4 --- conf/01_testcases.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') 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 -- cgit