summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrelease_notes.asciidoc15
-rwxr-xr-xtrex_book.asciidoc2
-rwxr-xr-xtrex_book_basic.asciidoc4
3 files changed, 15 insertions, 6 deletions
diff --git a/release_notes.asciidoc b/release_notes.asciidoc
index 1bc0ba88..b4496213 100755
--- a/release_notes.asciidoc
+++ b/release_notes.asciidoc
@@ -20,15 +20,24 @@ ifdef::backend-docbook[]
endif::backend-docbook[]
-== Release 1.75 ==
+
+== Release 1.77 ==
+
+* improve tuple generator capability now it is more flexiable see more link:trex_manual.html#_clients_servers_ip_allocation_scheme[here]
+
+== Release 1.76 ==
=== fix issues: ===
-* First version that works from GitHub/Git - init script are in the output package
+* minor pcap loader issues
+* plugin cleanup
+
== Release 1.75 ==
-* This version does not work, no init script
+=== fix issues: ===
+
+* First version that works from GitHub/Git - init script are in the output package
== Release 1.72 ==
diff --git a/trex_book.asciidoc b/trex_book.asciidoc
index 3d5bd449..8f3e4ac5 100755
--- a/trex_book.asciidoc
+++ b/trex_book.asciidoc
@@ -2,7 +2,7 @@ TRex
====
:author: hhaim
:email: <hhaim@cisco.com>
-:revnumber: 1.70-0.0
+:revnumber: 1.77-0.0
:quotes.++:
:numbered:
:web_server_url: http://trex-tgn.cisco.com/trex
diff --git a/trex_book_basic.asciidoc b/trex_book_basic.asciidoc
index d64cea43..ec0c9cf5 100755
--- a/trex_book_basic.asciidoc
+++ b/trex_book_basic.asciidoc
@@ -3190,7 +3190,7 @@ So if the m is set as 1, the total PPS is : 102*2+50*20 = 1204 PPS.
The BPS depends on the packet size. You can refer to your packet size and get the BPS = PPS*Packet_size.
-==== Roadmap of Client/Server IP allocation
+==== Client/Server IP allocation
We have several features under development for IP allocation.
@@ -3247,7 +3247,7 @@ The YAML configuration is something like this:
- *2) More distributions will be supported (normal distribution, random distribution, etc)*
-Currently, only sequcence is supported.
+Currently, only sequcence and random are supported.
- *3) Histogram of tuple pool will be supported*