diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-03-27 10:43:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-27 10:43:47 +0000 |
commit | 881bf91ed8014ba48c55d3a8fc5b4980913f9b95 (patch) | |
tree | 2a6a61da70236c3956c9c9afbba39f13486f7178 /docs/testing/developer/design/trafficgen_integration_guide.rst | |
parent | 33077281ce5b50e4df4246bae40c52a86bd2f78a (diff) | |
parent | 20a12dd85dde14bee9ada4f9f72ffd8eebd4e53c (diff) |
Merge "ixia: Make L3 and L4 headers optional"
Diffstat (limited to 'docs/testing/developer/design/trafficgen_integration_guide.rst')
-rw-r--r-- | docs/testing/developer/design/trafficgen_integration_guide.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/testing/developer/design/trafficgen_integration_guide.rst b/docs/testing/developer/design/trafficgen_integration_guide.rst index 382cedcb..7dae19ba 100644 --- a/docs/testing/developer/design/trafficgen_integration_guide.rst +++ b/docs/testing/developer/design/trafficgen_integration_guide.rst @@ -215,9 +215,9 @@ functions: * param **l2**: A dictionary with data link layer details, e.g. **srcmac**, **dstmac** and **framesize**. * param **l3**: A dictionary with network layer details, e.g. **srcip**, - **dstip** and **proto**. - * param **l3**: A dictionary with transport layer details, e.g. **srcport**, - **dstport**. + **dstip**, **proto** and l3 on/off switch **enabled**. + * param **l4**: A dictionary with transport layer details, e.g. **srcport**, + **dstport** and l4 on/off switch **enabled**. * param **vlan**: A dictionary with vlan specific parameters, e.g. **priority**, **cfi**, **id** and vlan on/off switch **enabled**. |