diff options
author | 2019-05-01 00:53:06 +0800 | |
---|---|---|
committer | 2019-04-30 09:31:14 +0000 | |
commit | 7bf60a810b1bb768b0c4ced54275d8f1a9fc2a89 (patch) | |
tree | 024ab9900617cef918aed268b7a8b8a666049c71 | |
parent | 9ab1c9c9bd83c971971d3fe5ddf4151717847bf5 (diff) |
Update 19.04 release notes
Change-Id: Ie5a43920001b70f614669e268a36c014460bc7c6
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
(cherry picked from commit d3f673d929018ea74ebf51e8cdcd1026c3bfba77)
-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 |