diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-10-14 14:29:53 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-10-14 12:36:34 +0000 |
commit | 48886fefcc8e7b0645caffd10836d7b250d7e2cc (patch) | |
tree | f17d30d5fd5f535f153317115cd4f192fef68a95 | |
parent | 402a7e1bcdf4724b23b02070edb1140008b2a489 (diff) |
Report: Fix static content
Change-Id: I3ba5ea19efd6d8f878aa67bff9bcd237a7a366ff
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit ad451354e020e7cdb39122b60f7a165e1f53cb8a)
-rw-r--r-- | docs/report/introduction/methodology_ipsec.rst | 2 | ||||
-rw-r--r-- | docs/report/introduction/report_history.rst | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/report/introduction/methodology_ipsec.rst b/docs/report/introduction/methodology_ipsec.rst index ee0572ffc5..119ccfb719 100644 --- a/docs/report/introduction/methodology_ipsec.rst +++ b/docs/report/introduction/methodology_ipsec.rst @@ -17,7 +17,7 @@ on VPP native crypto (`crypto_native` plugin): +-------------------+------------------+----------------+------------------+ | VPP Crypto Engine | ESP Encryption | ESP Integrity | Scale Tested | -+===================+===================+===============+==================+ ++===================+==================+================+==================+ | crypto_native | AES[128|256]-GCM | GCM | 1 to 60k tunnels | +-------------------+------------------+----------------+------------------+ | crypto_native | AES128-CBC | SHA[256|512] | 1 to 60k tunnels | diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index b46e07db06..5f338ef66c 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -1,7 +1,8 @@ Report History ============== -FD.io CSIT-2005 Report history and per .[ww] revision changes are listed below. +FD.io |csit-release| Report history and per .[ww] revision changes are listed +below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | |