diff options
author | 2016-03-14 18:17:36 +0200 | |
---|---|---|
committer | 2016-03-14 18:17:36 +0200 | |
commit | d354934b8d6aeef4f0329a4460d57328e8a4ed6a (patch) | |
tree | 64f53ee05c4a21011c892a09171cca4a4e098051 /scripts/automation/trex_control_plane/doc_stl/api/field_engine.rst | |
parent | 1e9dc291672c4d1c2319b48739afdc2f3b861d0e (diff) |
david comments
Diffstat (limited to 'scripts/automation/trex_control_plane/doc_stl/api/field_engine.rst')
-rw-r--r-- | scripts/automation/trex_control_plane/doc_stl/api/field_engine.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/automation/trex_control_plane/doc_stl/api/field_engine.rst b/scripts/automation/trex_control_plane/doc_stl/api/field_engine.rst index 95a23ac1..d134b0b9 100644 --- a/scripts/automation/trex_control_plane/doc_stl/api/field_engine.rst +++ b/scripts/automation/trex_control_plane/doc_stl/api/field_engine.rst @@ -109,7 +109,7 @@ Field Engine snippet -------------------- .. code-block:: python - :caption: Example1 + :caption: FE Example1 base_pkt = Ether()/IP(src="16.0.0.1",dst="48.0.0.1")/UDP(dport=12,sport=1025) @@ -133,7 +133,7 @@ Field Engine snippet .. code-block:: python - :caption: Example2 + :caption: FE Example2 #range of source mac-addr |