From: Jan Gelety Date: Sun, 10 Jan 2021 20:56:40 +0000 (+0100) Subject: Report: vpp-device release notes X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=7b9b65a3af83267a4e6a36fc98996aaa05060a87 Report: vpp-device release notes Change-Id: Ieacb9e4fac471cbe5cd28288341695352426c134 Signed-off-by: Jan Gelety --- diff --git a/docs/report/vpp_device_tests/csit_release_notes.rst b/docs/report/vpp_device_tests/csit_release_notes.rst index fc1e23aede..8f7a4e990c 100644 --- a/docs/report/vpp_device_tests/csit_release_notes.rst +++ b/docs/report/vpp_device_tests/csit_release_notes.rst @@ -10,8 +10,12 @@ Changes in |csit-release| #. TEST COVERAGE - - Increased test coverage: **NAT44-DET**, **NAT44-ED**. - - Aligned vpp_device NAT Robot Keywords with performance NAT Robot Keywords. + - Increased test coverage: **GENEVE**, **ACL** and **MACIP** from ACL plugin. + +#. DEPRECATED API MESSAGES + + - Updated API calls for **link bonding**, **COP**, **IPSEC**, **NAT** and + **NSIM**. Known Issues ------------ diff --git a/docs/report/vpp_device_tests/overview.rst b/docs/report/vpp_device_tests/overview.rst index 77c942ed20..a596ae97ff 100644 --- a/docs/report/vpp_device_tests/overview.rst +++ b/docs/report/vpp_device_tests/overview.rst @@ -111,13 +111,20 @@ environment: +-----------------------+----------------------------------------------+ | Functionality | Description | +=======================+==============================================+ -| ACL | Ingress Access Control List security for L2 | +| ACL (classify) | Ingress Access Control List security for L2 | | | Bridge-Domain MAC switching, IPv4 routing, | | | IPv6 routing. | +-----------------------+----------------------------------------------+ +| ACL (acl_plugin) | Ingress and Egress Access Control List | +| | security in stateless and stateful mode for | +| | L2 Bridge-Domain MAC switching, IPv4 | +| | routing, IPv6 routing. | ++-----------------------+----------------------------------------------+ | ADL | ADL address allow-list and block-list | | | filtering for IPv4 and IPv6 routing. | +-----------------------+----------------------------------------------+ +| GENEVE | GENEVE tunnels for IPv4 routing. | ++-----------------------+----------------------------------------------+ | IPSec | IPSec tunnel and transport modes. | +-----------------------+----------------------------------------------+ | IPv4 | IPv4 routing, ICMPv4. | @@ -130,6 +137,10 @@ environment: | L2XC | L2 Cross-Connect switching for untagged | | | Ethernet. | +-----------------------+----------------------------------------------+ +| MACIP (acl_plugin) | Ingress Access Control List security for L2 | +| | Bridge-Domain MAC switching based on mix | +| | of MAC and IP address matches. | ++-----------------------+----------------------------------------------+ | Memif Interface | Baseline VPP memif interface tests. | +-----------------------+----------------------------------------------+ | NAT44 | Network Address and Port Translation |