X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=binapi%2Fmpls%2Fmpls.ba.go;h=471e187efe88c636cba51c5124f2b481534e5fb0;hb=67cea0df30f7ef348e265c9326f7a9f15ba26240;hp=9443728f36c62dac2424dc84ff1fbedf6adeb120;hpb=58da9ac6e691a8c660eb8ca838a154e11da0db68;p=govpp.git diff --git a/binapi/mpls/mpls.ba.go b/binapi/mpls/mpls.ba.go index 9443728..471e187 100644 --- a/binapi/mpls/mpls.ba.go +++ b/binapi/mpls/mpls.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/core/mpls.api.json // Package mpls contains generated bindings for API file mpls.api. @@ -13,11 +13,11 @@ package mpls import ( - api "git.fd.io/govpp.git/api" - fib_types "git.fd.io/govpp.git/binapi/fib_types" - interface_types "git.fd.io/govpp.git/binapi/interface_types" - ip_types "git.fd.io/govpp.git/binapi/ip_types" - codec "git.fd.io/govpp.git/codec" + api "go.fd.io/govpp/api" + fib_types "go.fd.io/govpp/binapi/fib_types" + interface_types "go.fd.io/govpp/binapi/interface_types" + ip_types "go.fd.io/govpp/binapi/ip_types" + codec "go.fd.io/govpp/codec" ) // This is a compile-time assertion to ensure that this generated file @@ -29,7 +29,7 @@ const _ = api.GoVppAPIPackageIsVersion2 const ( APIFile = "mpls" APIVersion = "1.1.1" - VersionCrc = 0xd83a030f + VersionCrc = 0x46824f02 ) // MplsRoute defines type 'mpls_route'. @@ -71,7 +71,7 @@ type MplsIPBindUnbind struct { func (m *MplsIPBindUnbind) Reset() { *m = MplsIPBindUnbind{} } func (*MplsIPBindUnbind) GetMessageName() string { return "mpls_ip_bind_unbind" } -func (*MplsIPBindUnbind) GetCrcString() string { return "48249a27" } +func (*MplsIPBindUnbind) GetCrcString() string { return "c7533b32" } func (*MplsIPBindUnbind) GetMessageType() api.MessageType { return api.RequestMessage } @@ -157,7 +157,7 @@ type MplsRouteAddDel struct { func (m *MplsRouteAddDel) Reset() { *m = MplsRouteAddDel{} } func (*MplsRouteAddDel) GetMessageName() string { return "mpls_route_add_del" } -func (*MplsRouteAddDel) GetCrcString() string { return "343cff54" } +func (*MplsRouteAddDel) GetCrcString() string { return "8e1d1e07" } func (*MplsRouteAddDel) GetMessageType() api.MessageType { return api.RequestMessage } @@ -321,7 +321,7 @@ type MplsRouteDetails struct { func (m *MplsRouteDetails) Reset() { *m = MplsRouteDetails{} } func (*MplsRouteDetails) GetMessageName() string { return "mpls_route_details" } -func (*MplsRouteDetails) GetCrcString() string { return "d0ac384c" } +func (*MplsRouteDetails) GetCrcString() string { return "9b5043dc" } func (*MplsRouteDetails) GetMessageType() api.MessageType { return api.ReplyMessage } @@ -615,7 +615,7 @@ type MplsTunnelAddDel struct { func (m *MplsTunnelAddDel) Reset() { *m = MplsTunnelAddDel{} } func (*MplsTunnelAddDel) GetMessageName() string { return "mpls_tunnel_add_del" } -func (*MplsTunnelAddDel) GetCrcString() string { return "e57ce61d" } +func (*MplsTunnelAddDel) GetCrcString() string { return "44350ac1" } func (*MplsTunnelAddDel) GetMessageType() api.MessageType { return api.RequestMessage } @@ -780,7 +780,7 @@ type MplsTunnelDetails struct { func (m *MplsTunnelDetails) Reset() { *m = MplsTunnelDetails{} } func (*MplsTunnelDetails) GetMessageName() string { return "mpls_tunnel_details" } -func (*MplsTunnelDetails) GetCrcString() string { return "f3c0928e" } +func (*MplsTunnelDetails) GetCrcString() string { return "57118ae3" } func (*MplsTunnelDetails) GetMessageType() api.MessageType { return api.ReplyMessage } @@ -1001,19 +1001,19 @@ func (m *SwInterfaceSetMplsEnableReply) Unmarshal(b []byte) error { func init() { file_mpls_binapi_init() } func file_mpls_binapi_init() { - api.RegisterMessage((*MplsIPBindUnbind)(nil), "mpls_ip_bind_unbind_48249a27") + api.RegisterMessage((*MplsIPBindUnbind)(nil), "mpls_ip_bind_unbind_c7533b32") api.RegisterMessage((*MplsIPBindUnbindReply)(nil), "mpls_ip_bind_unbind_reply_e8d4e804") - api.RegisterMessage((*MplsRouteAddDel)(nil), "mpls_route_add_del_343cff54") + api.RegisterMessage((*MplsRouteAddDel)(nil), "mpls_route_add_del_8e1d1e07") api.RegisterMessage((*MplsRouteAddDelReply)(nil), "mpls_route_add_del_reply_1992deab") - api.RegisterMessage((*MplsRouteDetails)(nil), "mpls_route_details_d0ac384c") + api.RegisterMessage((*MplsRouteDetails)(nil), "mpls_route_details_9b5043dc") api.RegisterMessage((*MplsRouteDump)(nil), "mpls_route_dump_935fdefa") api.RegisterMessage((*MplsTableAddDel)(nil), "mpls_table_add_del_57817512") api.RegisterMessage((*MplsTableAddDelReply)(nil), "mpls_table_add_del_reply_e8d4e804") api.RegisterMessage((*MplsTableDetails)(nil), "mpls_table_details_f03ecdc8") api.RegisterMessage((*MplsTableDump)(nil), "mpls_table_dump_51077d14") - api.RegisterMessage((*MplsTunnelAddDel)(nil), "mpls_tunnel_add_del_e57ce61d") + api.RegisterMessage((*MplsTunnelAddDel)(nil), "mpls_tunnel_add_del_44350ac1") api.RegisterMessage((*MplsTunnelAddDelReply)(nil), "mpls_tunnel_add_del_reply_afb01472") - api.RegisterMessage((*MplsTunnelDetails)(nil), "mpls_tunnel_details_f3c0928e") + api.RegisterMessage((*MplsTunnelDetails)(nil), "mpls_tunnel_details_57118ae3") api.RegisterMessage((*MplsTunnelDump)(nil), "mpls_tunnel_dump_f9e6675e") api.RegisterMessage((*SwInterfaceSetMplsEnable)(nil), "sw_interface_set_mpls_enable_ae6cfcfb") api.RegisterMessage((*SwInterfaceSetMplsEnableReply)(nil), "sw_interface_set_mpls_enable_reply_e8d4e804")