Bump master's JVPP version to 18.01 68/8768/6 v18.04-rc0
authorHongjun Ni <[email protected]>
Thu, 12 Oct 2017 12:45:13 +0000 (20:45 +0800)
committerHongjun Ni <[email protected]>
Thu, 12 Oct 2017 15:05:08 +0000 (23:05 +0800)
Change-Id: I4005caa45ba04862eaefdc108f8613c157925f73
Signed-off-by: Hongjun Ni <[email protected]>
nsh-plugin/configure.ac
nsh-plugin/java/configure.ac
nsh-plugin/java/jvpp/pom.xml
nsh-plugin/java/jvpp/test/JVppNshTest.java
nsh-plugin/java/pom.xml
nsh-plugin/nsh-md2-ioam/export-nsh-md2-ioam/nsh_md2_ioam_export.c
nsh-plugin/nsh-md2-ioam/nsh_md2_ioam.c
nsh-plugin/nsh-md2-ioam/nsh_md2_ioam_api.c
nsh-plugin/nsh/nsh.c
nsh-plugin/nsh/nsh_pop.c
nsh-plugin/nsh/nsh_test.c

index a43a51d..7cb23d5 100644 (file)
@@ -1,5 +1,5 @@
 
-AC_INIT(nsh_plugin, 17.10)
+AC_INIT(nsh_plugin, 18.01)
 AM_INIT_AUTOMAKE
 
 AC_PROG_LIBTOOL
index 475fee4..c43ff90 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(nsh-japi, 17.10)
+AC_INIT(nsh-japi, 18.01)
 LT_INIT
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
index 1165a95..debe833 100644 (file)
@@ -4,7 +4,7 @@
 
   <groupId>io.fd.nsh_sfc</groupId>
   <artifactId>nsh-sfc</artifactId>
-  <version>17.10-SNAPSHOT</version>
+  <version>18.01-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>nsh-sfc</name>
@@ -14,7 +14,7 @@
     <dependency>
       <groupId>io.fd.vpp</groupId>
       <artifactId>jvpp-registry</artifactId>
-      <version>17.10-SNAPSHOT</version>
+      <version>18.01-SNAPSHOT</version>
     </dependency>
   </dependencies>
 
index 9cda316..a7d38ad 100644 (file)
@@ -33,7 +33,7 @@ import io.fd.vpp.jvpp.nsh.*;
  */
 public class JVppNshTest {
 
-    static class TestCallback implements NshAddDelEntryCallback, NshEntryCallback {
+    static class TestCallback implements NshAddDelEntryReplyCallback, NshEntryDetailsCallback {
 
         @Override
         public void onNshAddDelEntryReply(final NshAddDelEntryReply msg) {
index db6cd8d..94466af 100644 (file)
@@ -4,7 +4,7 @@
 
   <groupId>io.fd.nsh_sfc</groupId>
   <artifactId>nsh-sfc</artifactId>
-  <version>17.10-SNAPSHOT</version>
+  <version>18.01-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>nsh-sfc</name>
@@ -18,7 +18,7 @@
     <dependency>
       <groupId>io.fd.vpp</groupId>
       <artifactId>jvpp-registry</artifactId>
-      <version>17.10-SNAPSHOT</version>
+      <version>18.01-SNAPSHOT</version>
     </dependency>
   </dependencies>
 
index 4860846..bac7567 100644 (file)
@@ -24,7 +24,6 @@
 
 #include <vlibapi/api.h>
 #include <vlibmemory/api.h>
-#include <vlibsocket/api.h>
 
 #include <nsh/nsh.h>
 #include <nsh-md2-ioam/nsh_md2_ioam.h>
index 23278b9..c237a8c 100644 (file)
@@ -24,7 +24,6 @@
 
 #include <vlibapi/api.h>
 #include <vlibmemory/api.h>
-#include <vlibsocket/api.h>
 
 #include <vnet/fib/ip6_fib.h>
 #include <vnet/fib/ip4_fib.h>
index 42172cb..9f74da2 100644 (file)
@@ -26,7 +26,6 @@
 
 #include <vlibapi/api.h>
 #include <vlibmemory/api.h>
-#include <vlibsocket/api.h>
 
 /* define message IDs */
 #include <vpp-api/nsh_msg_enum.h>
index 0bbccc0..c179c3d 100644 (file)
@@ -26,7 +26,6 @@
 
 #include <vlibapi/api.h>
 #include <vlibmemory/api.h>
-#include <vlibsocket/api.h>
 
 /* define message IDs */
 #include <vpp-api/nsh_msg_enum.h>
index ed3d84a..cd25bb9 100644 (file)
@@ -25,7 +25,6 @@
 
 #include <vlibapi/api.h>
 #include <vlibmemory/api.h>
-#include <vlibsocket/api.h>
 
 extern nsh_option_map_t * nsh_md2_lookup_option (u16 class, u8 type);
 
index 6171b58..f2612d7 100644 (file)
@@ -17,7 +17,6 @@
 #include <vat/vat.h>
 #include <vlibapi/api.h>
 #include <vlibmemory/api.h>
-#include <vlibsocket/api.h>
 #include <vppinfra/error.h>
 #include <nsh/nsh.h>