X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=binapi%2Fl2tp%2Fl2tp.ba.go;h=d93b6a95d98754c513ff703ed00af986996119a2;hb=fa7a6d1cee22dae3544f2a6fb6759faf588e603a;hp=6737baaff34209f4e7916e62f3b6a00e50c0a28b;hpb=58da9ac6e691a8c660eb8ca838a154e11da0db68;p=govpp.git diff --git a/binapi/l2tp/l2tp.ba.go b/binapi/l2tp/l2tp.ba.go index 6737baa..d93b6a9 100644 --- a/binapi/l2tp/l2tp.ba.go +++ b/binapi/l2tp/l2tp.ba.go @@ -1,8 +1,8 @@ // Code generated by GoVPP's binapi-generator. DO NOT EDIT. // versions: -// binapi-generator: v0.4.0-dev -// VPP: 20.05-release -// source: /usr/share/vpp/api/core/l2tp.api.json +// binapi-generator: v0.4.0 +// VPP: 21.06-release +// source: /usr/share/vpp/api/plugins/l2tp.api.json // Package l2tp contains generated bindings for API file l2tp.api. // @@ -13,12 +13,13 @@ package l2tp import ( + "strconv" + api "git.fd.io/govpp.git/api" _ "git.fd.io/govpp.git/binapi/ethernet_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" - "strconv" ) // This is a compile-time assertion to ensure that this generated file @@ -30,7 +31,7 @@ const _ = api.GoVppAPIPackageIsVersion2 const ( APIFile = "l2tp" APIVersion = "2.0.0" - VersionCrc = 0xb018cef7 + VersionCrc = 0x256cef81 ) // L2tLookupKey defines enum 'l2t_lookup_key'. @@ -77,7 +78,7 @@ type L2tpv3CreateTunnel struct { func (m *L2tpv3CreateTunnel) Reset() { *m = L2tpv3CreateTunnel{} } func (*L2tpv3CreateTunnel) GetMessageName() string { return "l2tpv3_create_tunnel" } -func (*L2tpv3CreateTunnel) GetCrcString() string { return "596892cb" } +func (*L2tpv3CreateTunnel) GetCrcString() string { return "15bed0c2" } func (*L2tpv3CreateTunnel) GetMessageType() api.MessageType { return api.RequestMessage } @@ -396,7 +397,7 @@ type SwIfL2tpv3TunnelDetails struct { func (m *SwIfL2tpv3TunnelDetails) Reset() { *m = SwIfL2tpv3TunnelDetails{} } func (*SwIfL2tpv3TunnelDetails) GetMessageName() string { return "sw_if_l2tpv3_tunnel_details" } -func (*SwIfL2tpv3TunnelDetails) GetCrcString() string { return "1dab5c7e" } +func (*SwIfL2tpv3TunnelDetails) GetCrcString() string { return "50b88993" } func (*SwIfL2tpv3TunnelDetails) GetMessageType() api.MessageType { return api.ReplyMessage } @@ -490,7 +491,7 @@ func (m *SwIfL2tpv3TunnelDump) Unmarshal(b []byte) error { func init() { file_l2tp_binapi_init() } func file_l2tp_binapi_init() { - api.RegisterMessage((*L2tpv3CreateTunnel)(nil), "l2tpv3_create_tunnel_596892cb") + api.RegisterMessage((*L2tpv3CreateTunnel)(nil), "l2tpv3_create_tunnel_15bed0c2") api.RegisterMessage((*L2tpv3CreateTunnelReply)(nil), "l2tpv3_create_tunnel_reply_5383d31f") api.RegisterMessage((*L2tpv3InterfaceEnableDisable)(nil), "l2tpv3_interface_enable_disable_3865946c") api.RegisterMessage((*L2tpv3InterfaceEnableDisableReply)(nil), "l2tpv3_interface_enable_disable_reply_e8d4e804") @@ -498,7 +499,7 @@ func file_l2tp_binapi_init() { api.RegisterMessage((*L2tpv3SetLookupKeyReply)(nil), "l2tpv3_set_lookup_key_reply_e8d4e804") api.RegisterMessage((*L2tpv3SetTunnelCookies)(nil), "l2tpv3_set_tunnel_cookies_b3f4faf7") api.RegisterMessage((*L2tpv3SetTunnelCookiesReply)(nil), "l2tpv3_set_tunnel_cookies_reply_e8d4e804") - api.RegisterMessage((*SwIfL2tpv3TunnelDetails)(nil), "sw_if_l2tpv3_tunnel_details_1dab5c7e") + api.RegisterMessage((*SwIfL2tpv3TunnelDetails)(nil), "sw_if_l2tpv3_tunnel_details_50b88993") api.RegisterMessage((*SwIfL2tpv3TunnelDump)(nil), "sw_if_l2tpv3_tunnel_dump_51077d14") }