X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=codec%2Fmsg_codec_test.go;h=c950fd81c3ee9817b29e0806d9790b330b80384b;hb=c7ae74a95d1bd6fefcbb061f5f045c60c11e32fc;hp=7f06f0f81d4a2662514052fc8d07bbd9c17c4bfb;hpb=ceed73403bdb61387d04be8b47183e9c4a970749;p=govpp.git diff --git a/codec/msg_codec_test.go b/codec/msg_codec_test.go index 7f06f0f..c950fd8 100644 --- a/codec/msg_codec_test.go +++ b/codec/msg_codec_test.go @@ -2,6 +2,7 @@ package codec_test import ( "bytes" + "git.fd.io/govpp.git/examples/binapi/ip_types" "testing" "git.fd.io/govpp.git/api" @@ -50,7 +51,7 @@ func TestEncode(t *testing.T) { Route: ip.IPRoute{ TableID: 0, StatsIndex: 0, - Prefix: ip.Prefix{}, + Prefix: ip_types.Prefix{}, NPaths: 0, }, },