X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fconfigure.ac;h=ef8c3b003fe8c3f7c346cd10765fad676547b710;hb=19e9d954bd9eb4f04d48640d6540198e84ef65d7;hp=0ca1af110b3d16821f83458f311761e0149a89d2;hpb=87edd671d7f16856433fe24d922faff9410d8834;p=vpp.git diff --git a/src/configure.ac b/src/configure.ac index 0ca1af110b3..ef8c3b003fe 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([vpp], [17.07], [vpp-dev@fd.io]) +AC_INIT([vpp], [17.10], [vpp-dev@fd.io]) LT_INIT AC_CONFIG_AUX_DIR([.]) AM_INIT_AUTOMAKE([subdir-objects]) @@ -146,7 +146,8 @@ AC_SUBST(AR_FLAGS) # Please keep alphabetical order PLUGIN_ENABLED(acl) PLUGIN_ENABLED(dpdk) -PLUGIN_ENABLED(flowperpkt) +PLUGIN_ENABLED(flowprobe) +PLUGIN_ENABLED(gtpu) PLUGIN_ENABLED(ila) PLUGIN_ENABLED(ioam) PLUGIN_ENABLED(ixge) @@ -154,7 +155,6 @@ PLUGIN_ENABLED(lb) PLUGIN_ENABLED(memif) PLUGIN_ENABLED(sixrd) PLUGIN_ENABLED(snat) -PLUGIN_DISABLED(srv6sample) ############################################################################### # Dependency checks