summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release-notes/pom.xml2
-rw-r--r--release-notes/src/main/asciidoc/release_notes.adoc5
-rw-r--r--release-notes/src/main/asciidoc/user_guide/user_guide.adoc3
3 files changed, 7 insertions, 3 deletions
diff --git a/release-notes/pom.xml b/release-notes/pom.xml
index 543d6b998..1449ba4a6 100644
--- a/release-notes/pom.xml
+++ b/release-notes/pom.xml
@@ -108,7 +108,7 @@
<project-version>${project.version}</project-version>
<project-public-version>17.10</project-public-version>
<project-version-in-jira>10800</project-version-in-jira>
- <project-branch>master</project-branch>
+ <project-branch>stable/1710</project-branch>
<project-vpp-version>17.10</project-vpp-version>
<!-- TODO set snapshot version to project-vpp-version after VPP is released-->
<!--<project-vpp-snapshot-version>17.10</project-vpp-snapshot-version>-->
diff --git a/release-notes/src/main/asciidoc/release_notes.adoc b/release-notes/src/main/asciidoc/release_notes.adoc
index beafa94ba..235654cb8 100644
--- a/release-notes/src/main/asciidoc/release_notes.adoc
+++ b/release-notes/src/main/asciidoc/release_notes.adoc
@@ -15,12 +15,13 @@ Adding to the list of existing features: https://docs.fd.io/hc2vpp/1.17.07/hc2vp
** http://jira.fd.io/browse/HC2VPP-162[Locator pair] - Uses composite key mapping. Removes need for artificial mapping context
** http://jira.fd.io/browse/HC2VPP-209[Map Register TTL registration]
** http://jira.fd.io/browse/HC2VPP-210[Map Server fallback threshold]
-** http://jira.fd.io/browse/HC2VPP-211[CP Protocol messages](TODO)
* NAT
** http://jira.fd.io/browse/HC2VPP-197[Post-routing NAT]
-** http://jira.fd.io/browse/HC2VPP-105[NAT 64](In Progress)
+** http://jira.fd.io/browse/HC2VPP-105[NAT 64]
* General
** Adaptation to ODL Carbon
+** Footprint improvements (~20%). More details in link:install_guide.html#_footprint[footprint section].
+** https://jira.fd.io/browse/HC2VPP-25[Performance improvements for interface read]
=== Removed features
diff --git a/release-notes/src/main/asciidoc/user_guide/user_guide.adoc b/release-notes/src/main/asciidoc/user_guide/user_guide.adoc
index e66e1af77..287b1b48b 100644
--- a/release-notes/src/main/asciidoc/user_guide/user_guide.adoc
+++ b/release-notes/src/main/asciidoc/user_guide/user_guide.adoc
@@ -56,6 +56,9 @@ Honeycomb's configuration files present within its distribution:
* V3PO plugin
** {project-git-web}/v3po/postman_rest_collection.json?h={project-branch}[V3PO postman collection]
+** {project-git-web}/v3po/routing_postman_collection.json?h={project-branch}[Interface/subinterface routing postman
+collection]
+** {project-git-web}/v3po/span_postman_collection.json?h={project-branch}[SNAP interface/subinterface collection]
* LISP plugin
** {project-git-web}/lisp/lisp_postman_collection.json?h={project-branch}[LISP postman collection]
** {project-git-web}/lisp/gpe_postman_collection.json?h={project-branch}[LISP GPE postman collection]