summaryrefslogtreecommitdiffstats
path: root/nat
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-03-31 13:46:34 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-04-04 07:53:54 +0200
commitc55507d9a61bb5595d2b594c9b01aecdb31cd182 (patch)
tree441b3640208b4c347566c719bc8a8a7a67cd8025 /nat
parentb9e4c4b1d3455201d33248739bba01c7373c2c9f (diff)
Bump hc2vpp version to 1.17.07-SNAPSHOT
Also bumps honeycomb and vpp dependencies Change-Id: Ice9863b8afc1895d43b97953ed6d93e739730f5e Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'nat')
-rw-r--r--nat/asciidoc/Readme.adoc2
-rw-r--r--nat/nat-api/pom.xml6
-rw-r--r--nat/nat2vpp/pom.xml10
-rw-r--r--nat/pom.xml4
-rw-r--r--nat/postman_rest_collection.json8
5 files changed, 15 insertions, 15 deletions
diff --git a/nat/asciidoc/Readme.adoc b/nat/asciidoc/Readme.adoc
index b1282331e..c2c584c5f 100644
--- a/nat/asciidoc/Readme.adoc
+++ b/nat/asciidoc/Readme.adoc
@@ -1,7 +1,7 @@
= SNAT
Support fot VPP's SNAT plugin:
-https://docs.fd.io/vpp/17.04/plugins_snat-plugin_snat.html
+https://docs.fd.io/vpp/17.07/plugins_snat-plugin_snat.html
== Supported features
diff --git a/nat/nat-api/pom.xml b/nat/nat-api/pom.xml
index c29d40010..4707cc5b4 100644
--- a/nat/nat-api/pom.xml
+++ b/nat/nat-api/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>api-parent</artifactId>
- <version>1.17.04-SNAPSHOT</version>
+ <version>1.17.07-SNAPSHOT</version>
<relativePath>../../common/api-parent</relativePath>
</parent>
@@ -25,11 +25,11 @@
<groupId>io.fd.hc2vpp.nat</groupId>
<artifactId>nat-api</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.04-SNAPSHOT</version>
+ <version>1.17.07-SNAPSHOT</version>
<packaging>bundle</packaging>
<properties>
- <naming.context.version>1.17.04-SNAPSHOT</naming.context.version>
+ <naming.context.version>1.17.07-SNAPSHOT</naming.context.version>
</properties>
<dependencies>
diff --git a/nat/nat2vpp/pom.xml b/nat/nat2vpp/pom.xml
index 4cd4ab6e4..d3357ad87 100644
--- a/nat/nat2vpp/pom.xml
+++ b/nat/nat2vpp/pom.xml
@@ -18,19 +18,19 @@
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>vpp-impl-parent</artifactId>
<relativePath>../../vpp-common/vpp-impl-parent</relativePath>
- <version>1.17.04-SNAPSHOT</version>
+ <version>1.17.07-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.hc2vpp.nat</groupId>
<artifactId>nat2vpp</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.04-SNAPSHOT</version>
+ <version>1.17.07-SNAPSHOT</version>
<packaging>bundle</packaging>
<properties>
- <honeycomb.infra.version>1.17.04-SNAPSHOT</honeycomb.infra.version>
- <hc2vpp.common.version>1.17.04-SNAPSHOT</hc2vpp.common.version>
+ <honeycomb.infra.version>1.17.07-SNAPSHOT</honeycomb.infra.version>
+ <hc2vpp.common.version>1.17.07-SNAPSHOT</hc2vpp.common.version>
</properties>
<dependencies>
@@ -54,7 +54,7 @@
<dependency>
<groupId>io.fd.vpp</groupId>
<artifactId>jvpp-snat</artifactId>
- <version>17.04-SNAPSHOT</version>
+ <version>17.07-SNAPSHOT</version>
</dependency>
<!-- Honeycomb infrastructure-->
diff --git a/nat/pom.xml b/nat/pom.xml
index 3f24e214a..12685a33a 100644
--- a/nat/pom.xml
+++ b/nat/pom.xml
@@ -18,13 +18,13 @@
<parent>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>hc2vpp-parent</artifactId>
- <version>1.17.04-SNAPSHOT</version>
+ <version>1.17.07-SNAPSHOT</version>
<relativePath>../common/hc2vpp-parent</relativePath>
</parent>
<groupId>io.fd.hc2vpp.nat</groupId>
<artifactId>nat-aggregator</artifactId>
- <version>1.17.04-SNAPSHOT</version>
+ <version>1.17.07-SNAPSHOT</version>
<name>nat-aggregator</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
diff --git a/nat/postman_rest_collection.json b/nat/postman_rest_collection.json
index 247ff2612..80a76d233 100644
--- a/nat/postman_rest_collection.json
+++ b/nat/postman_rest_collection.json
@@ -290,7 +290,7 @@
"helperAttributes": {},
"time": 1487676902330,
"name": "Add single address to pool",
- "description": "CLI: vppctl snat add address 172.16.2.123\n\nCan be verified with\nvat# snat_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.04/clicmd_src_plugins_snat.html#clicmd_set_interface_snat",
+ "description": "CLI: vppctl snat add address 172.16.2.123\n\nCan be verified with\nvat# snat_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.07/clicmd_src_plugins_snat.html#clicmd_set_interface_snat",
"collectionId": "f9258895-49e9-596f-d413-698cbcadfbde",
"responses": [],
"rawModeData": "{\r\n\t\"external-ip-address-pool\" : {\r\n\t\t\"pool-id\": 2,\r\n\t\t\"external-ip-pool\": \"172.16.2.123/32\"\r\n\t}\r\n}"
@@ -310,7 +310,7 @@
"helperAttributes": {},
"time": 1487678215755,
"name": "Delete single address",
- "description": "CLI: vppctl snat del address 172.16.2.123\n\nCan be verified with\nvat# snat_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.04/clicmd_src_plugins_snat.html#clicmd_set_interface_snat",
+ "description": "CLI: vppctl snat del address 172.16.2.123\n\nCan be verified with\nvat# snat_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.07/clicmd_src_plugins_snat.html#clicmd_set_interface_snat",
"collectionId": "f9258895-49e9-596f-d413-698cbcadfbde",
"responses": [],
"rawModeData": ""
@@ -330,7 +330,7 @@
"helperAttributes": {},
"time": 1487676498064,
"name": "Add SNAT address pool",
- "description": "CLI: vppctl snat add address 172.16.2.0 - 172.16.2.4\n\nCan be verified with\nvat# snat_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.04/clicmd_src_plugins_snat.html#clicmd_set_interface_snat",
+ "description": "CLI: vppctl snat add address 172.16.2.0 - 172.16.2.4\n\nCan be verified with\nvat# snat_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.07/clicmd_src_plugins_snat.html#clicmd_set_interface_snat",
"collectionId": "f9258895-49e9-596f-d413-698cbcadfbde",
"responses": [],
"rawModeData": "{\r\n\t\"external-ip-address-pool\" : {\r\n\t\t\"pool-id\": 1,\r\n\t\t\"external-ip-pool\": \"172.16.2.0/30\"\r\n\t}\r\n}"
@@ -350,7 +350,7 @@
"helperAttributes": {},
"time": 1487678255065,
"name": "Delete SNAT address pool",
- "description": "CLI: vppctl snat del address 172.16.2.0 - 172.16.2.4\n\nCan be verified with\nvat# snat_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.04/clicmd_src_plugins_snat.html#clicmd_set_interface_snat",
+ "description": "CLI: vppctl snat del address 172.16.2.0 - 172.16.2.4\n\nCan be verified with\nvat# snat_address_dump\n\nMore information:\nhttps://wiki.fd.io/view/VPP/SNAT\nhttps://docs.fd.io/vpp/17.07/clicmd_src_plugins_snat.html#clicmd_set_interface_snat",
"collectionId": "f9258895-49e9-596f-d413-698cbcadfbde",
"responses": [],
"rawModeData": ""