scapy: Load default SCAPY protocols 93/55793/1
authorMartin Klozik <martinx.klozik@intel.com>
Mon, 16 Apr 2018 06:58:20 +0000 (07:58 +0100)
committerMartin Klozik <martinx.klozik@intel.com>
Mon, 16 Apr 2018 06:58:20 +0000 (07:58 +0100)
commitd99f5906cc24436499eae91e5fa854ecc86a2e8b
treeedb52fd2f78d0dbb11b2a2e1c574febf216c0a69
parentbe271aef854887fce72d821a8589dfd4ebbe8e1d
scapy: Load default SCAPY protocols

After the fix of SCAPY library import, it was not possible to use
some of the network protocols by T-Rex. T-Rex 2.38 uses by default
SCAPY 2.3.1 for python3, but it overrides the default set of network
protocols loaded by layers/all.py. VSPERF makefile was modified to
restore original version of all.py from SCAPY 2.3.1 git repository.
Also examples of scapy usage were updated to generate correct traffic
with modified scapy version.

JIRA: VSPERF-566

Change-Id: Ib9ae3c572e693e86d30eb0467ab9c812fe8f335b
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
docs/testing/user/configguide/trafficgen.rst
src/trex/Makefile