aboutsummaryrefslogtreecommitdiffstats
path: root/binapi/nsh/nsh.ba.go
diff options
context:
space:
mode:
Diffstat (limited to 'binapi/nsh/nsh.ba.go')
-rw-r--r--binapi/nsh/nsh.ba.go20
1 files changed, 10 insertions, 10 deletions
diff --git a/binapi/nsh/nsh.ba.go b/binapi/nsh/nsh.ba.go
index 5897a90..00a28a0 100644
--- a/binapi/nsh/nsh.ba.go
+++ b/binapi/nsh/nsh.ba.go
@@ -1,7 +1,7 @@
// Code generated by GoVPP's binapi-generator. DO NOT EDIT.
// versions:
-// binapi-generator: v0.4.0-dev
-// VPP: 20.05-release
+// binapi-generator: v0.6.0-dev
+// VPP: 22.02-release
// source: /usr/share/vpp/api/plugins/nsh.api.json
// Package nsh contains generated bindings for API file nsh.api.
@@ -12,9 +12,9 @@
package nsh
import (
- api "git.fd.io/govpp.git/api"
- interface_types "git.fd.io/govpp.git/binapi/interface_types"
- codec "git.fd.io/govpp.git/codec"
+ api "go.fd.io/govpp/api"
+ interface_types "go.fd.io/govpp/binapi/interface_types"
+ codec "go.fd.io/govpp/codec"
)
// This is a compile-time assertion to ensure that this generated file
@@ -26,7 +26,7 @@ const _ = api.GoVppAPIPackageIsVersion2
const (
APIFile = "nsh"
APIVersion = "1.0.0"
- VersionCrc = 0x43be6707
+ VersionCrc = 0xc2f3127d
)
// NshAddDelEntry defines message 'nsh_add_del_entry'.
@@ -161,7 +161,7 @@ type NshAddDelMap struct {
func (m *NshAddDelMap) Reset() { *m = NshAddDelMap{} }
func (*NshAddDelMap) GetMessageName() string { return "nsh_add_del_map" }
-func (*NshAddDelMap) GetCrcString() string { return "898d857d" }
+func (*NshAddDelMap) GetCrcString() string { return "0a0f42b0" }
func (*NshAddDelMap) GetMessageType() api.MessageType {
return api.RequestMessage
}
@@ -370,7 +370,7 @@ type NshMapDetails struct {
func (m *NshMapDetails) Reset() { *m = NshMapDetails{} }
func (*NshMapDetails) GetMessageName() string { return "nsh_map_details" }
-func (*NshMapDetails) GetCrcString() string { return "b34ac8a1" }
+func (*NshMapDetails) GetCrcString() string { return "2fefcf49" }
func (*NshMapDetails) GetMessageType() api.MessageType {
return api.ReplyMessage
}
@@ -451,11 +451,11 @@ func init() { file_nsh_binapi_init() }
func file_nsh_binapi_init() {
api.RegisterMessage((*NshAddDelEntry)(nil), "nsh_add_del_entry_7dea480b")
api.RegisterMessage((*NshAddDelEntryReply)(nil), "nsh_add_del_entry_reply_6296a9eb")
- api.RegisterMessage((*NshAddDelMap)(nil), "nsh_add_del_map_898d857d")
+ api.RegisterMessage((*NshAddDelMap)(nil), "nsh_add_del_map_0a0f42b0")
api.RegisterMessage((*NshAddDelMapReply)(nil), "nsh_add_del_map_reply_b2b127ef")
api.RegisterMessage((*NshEntryDetails)(nil), "nsh_entry_details_046fb556")
api.RegisterMessage((*NshEntryDump)(nil), "nsh_entry_dump_cdaf8ccb")
- api.RegisterMessage((*NshMapDetails)(nil), "nsh_map_details_b34ac8a1")
+ api.RegisterMessage((*NshMapDetails)(nil), "nsh_map_details_2fefcf49")
api.RegisterMessage((*NshMapDump)(nil), "nsh_map_dump_8fc06b82")
}