aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorOndrej Fabry <ofabry@cisco.com>2020-03-18 08:52:42 +0100
committerOndrej Fabry <ofabry@cisco.com>2020-03-18 08:52:42 +0100
commitd4d3b9c6fa67fe454f8d8adc7502b3b645ecab10 (patch)
tree17f421e8bcfd5a3ba15372bd6b5830946ac6cd2f /core
parent2df59463fcbb1a5aec2173712b32fb9740157a9d (diff)
Release 0.3.0v0.3.0
- regenerate examples/binapi for latest VPP from stable/2001 - add import-prefix flag to set custom prefix (fallbacks to using go list) Change-Id: Ib09f134cf9662e348be2575448964de2b9e5c1ee Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Diffstat (limited to 'core')
-rw-r--r--core/channel_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/channel_test.go b/core/channel_test.go
index 849255a..10416ef 100644
--- a/core/channel_test.go
+++ b/core/channel_test.go
@@ -103,7 +103,7 @@ func TestRequestReplyMemifDetails(t *testing.T) {
// mock reply
ctx.mockVpp.MockReply(&memif.MemifDetails{
SwIfIndex: 25,
- IfName: []byte("memif-name"),
+ IfName: "memif-name",
Role: 0,
})