srv6-as: fixing version
Change-Id: I0ce60729e82536d9a97823bc6701e62bf364ea6c Signed-off-by: Francois Clad <fclad@cisco.com>
This commit is contained in:
Francois Clad
committed by
Neale Ranns
parent
82119542a8
commit
9f30c1708f
@ -21,6 +21,7 @@
|
||||
#include <vnet/vnet.h>
|
||||
#include <vnet/adj/adj.h>
|
||||
#include <vnet/plugin/plugin.h>
|
||||
#include <vpp/app/version.h>
|
||||
#include <srv6-as/as.h>
|
||||
|
||||
#define SID_CREATE_IFACE_FEATURE_ERROR -1
|
||||
@ -488,7 +489,7 @@ VNET_FEATURE_INIT (srv6_as6_rewrite, static) =
|
||||
VLIB_INIT_FUNCTION (srv6_as_init);
|
||||
|
||||
VLIB_PLUGIN_REGISTER () = {
|
||||
.version = "1.0",
|
||||
.version = VPP_BUILD_VER,
|
||||
.description = "Static SRv6 proxy",
|
||||
};
|
||||
/* *INDENT-ON* */
|
||||
|
Reference in New Issue
Block a user