diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2019-05-01 00:53:06 +0800 |
---|---|---|
committer | Hongjun Ni <hongjun.ni@intel.com> | 2019-05-01 00:53:06 +0800 |
commit | d3f673d929018ea74ebf51e8cdcd1026c3bfba77 (patch) | |
tree | 0e61e12f813ad6ae48b4c7e26e6dced886334b77 | |
parent | 2964c86ecc976ad2239a6e9e377ccdfcadfd2e0e (diff) |
Add 19.04 release notesstable/1904
Change-Id: Ie5a43920001b70f614669e268a36c014460bc7c6
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
-rw-r--r-- | RELEASE.md | 28 |
1 files changed, 27 insertions, 1 deletions
@@ -1,7 +1,33 @@ -# Release Notes {#release notes} +# Release Notes {#release notes +* @subpage release_notes_1904 * @subpage release_notes_1901 +@page release_notes_1904 Release notes for Sweetcomb 19.04 + +## Northbound Interface +- Init gNMI Server + +## NAT +- Add IETF NAT Yang Models. +- Add IETF NAT Translation Layer. +- Add IETF NAT test cases. + +## High Availability +- Add vpp health check. + +## Code Refactor +- Code global cleanup. +- Refactor build system. +- Rework scvpp to be only interface with VAPI. +- Rework interface and local routing to leverage new scvpp. + +## Test Framework +- Add unit test framework. +- Add unit test suite for interface and local routing. +- Build docker environment to test integration of sweetcomb and VPP. + + @page release_notes_1901 Release notes for Sweetcomb 19.01 ## Features |