Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8211954
)
srv6-as: fixing version
33/10233/3
author
Francois Clad
<
[email protected]
>
Wed, 24 Jan 2018 15:24:03 +0000
(16:24 +0100)
committer
Neale Ranns
<
[email protected]
>
Thu, 25 Jan 2018 13:28:04 +0000
(13:28 +0000)
Change-Id: I0ce60729e82536d9a97823bc6701e62bf364ea6c
Signed-off-by: Francois Clad <
[email protected]
>
src/plugins/srv6-as/as.c
patch
|
blob
|
history
diff --git
a/src/plugins/srv6-as/as.c
b/src/plugins/srv6-as/as.c
index
d027656
..
b8ce68c
100644
(file)
--- a/
src/plugins/srv6-as/as.c
+++ b/
src/plugins/srv6-as/as.c
@@
-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* */