From 9f30c1708f81985f1c4b22b4770e14f41d916485 Mon Sep 17 00:00:00 2001 From: Francois Clad Date: Wed, 24 Jan 2018 16:24:03 +0100 Subject: srv6-as: fixing version Change-Id: I0ce60729e82536d9a97823bc6701e62bf364ea6c Signed-off-by: Francois Clad --- src/plugins/srv6-as/as.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/srv6-as/as.c') diff --git a/src/plugins/srv6-as/as.c b/src/plugins/srv6-as/as.c index d027656b6fc..b8ce68c981a 100644 --- a/src/plugins/srv6-as/as.c +++ b/src/plugins/srv6-as/as.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #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* */ -- cgit 1.2.3-korg