X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=binapi%2Fabf%2Fabf.ba.go;h=e523e8f8598dafecf74b2d2c45213bdd89e57f4c;hb=67cea0df30f7ef348e265c9326f7a9f15ba26240;hp=296b4c54c573a9da5e9ea00bea830a1657125854;hpb=c94a962279858fb13eaacc689f47aed358373e44;p=govpp.git diff --git a/binapi/abf/abf.ba.go b/binapi/abf/abf.ba.go index 296b4c5..e523e8f 100644 --- a/binapi/abf/abf.ba.go +++ b/binapi/abf/abf.ba.go @@ -1,7 +1,8 @@ // 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/abf.api.json // Package abf contains generated bindings for API file abf.api. // @@ -12,11 +13,11 @@ package abf 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" - _ "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" + _ "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 @@ -28,7 +29,7 @@ const _ = api.GoVppAPIPackageIsVersion2 const ( APIFile = "abf" APIVersion = "1.0.0" - VersionCrc = 0x460b09b9 + VersionCrc = 0xf2367b47 ) // AbfItfAttach defines type 'abf_itf_attach'. @@ -48,6 +49,7 @@ type AbfPolicy struct { } // AbfItfAttachAddDel defines message 'abf_itf_attach_add_del'. +// InProgress: the message form may change in the future versions type AbfItfAttachAddDel struct { IsAdd bool `binapi:"bool,name=is_add" json:"is_add,omitempty"` Attach AbfItfAttach `binapi:"abf_itf_attach,name=attach" json:"attach,omitempty"` @@ -94,6 +96,7 @@ func (m *AbfItfAttachAddDel) Unmarshal(b []byte) error { } // AbfItfAttachAddDelReply defines message 'abf_itf_attach_add_del_reply'. +// InProgress: the message form may change in the future versions type AbfItfAttachAddDelReply struct { Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"` } @@ -127,6 +130,7 @@ func (m *AbfItfAttachAddDelReply) Unmarshal(b []byte) error { } // AbfItfAttachDetails defines message 'abf_itf_attach_details'. +// InProgress: the message form may change in the future versions type AbfItfAttachDetails struct { Attach AbfItfAttach `binapi:"abf_itf_attach,name=attach" json:"attach,omitempty"` } @@ -169,6 +173,7 @@ func (m *AbfItfAttachDetails) Unmarshal(b []byte) error { } // AbfItfAttachDump defines message 'abf_itf_attach_dump'. +// InProgress: the message form may change in the future versions type AbfItfAttachDump struct{} func (m *AbfItfAttachDump) Reset() { *m = AbfItfAttachDump{} } @@ -196,6 +201,7 @@ func (m *AbfItfAttachDump) Unmarshal(b []byte) error { } // AbfPluginGetVersion defines message 'abf_plugin_get_version'. +// InProgress: the message form may change in the future versions type AbfPluginGetVersion struct{} func (m *AbfPluginGetVersion) Reset() { *m = AbfPluginGetVersion{} } @@ -223,6 +229,7 @@ func (m *AbfPluginGetVersion) Unmarshal(b []byte) error { } // AbfPluginGetVersionReply defines message 'abf_plugin_get_version_reply'. +// InProgress: the message form may change in the future versions type AbfPluginGetVersionReply struct { Major uint32 `binapi:"u32,name=major" json:"major,omitempty"` Minor uint32 `binapi:"u32,name=minor" json:"minor,omitempty"` @@ -260,6 +267,7 @@ func (m *AbfPluginGetVersionReply) Unmarshal(b []byte) error { } // AbfPolicyAddDel defines message 'abf_policy_add_del'. +// InProgress: the message form may change in the future versions type AbfPolicyAddDel struct { IsAdd bool `binapi:"bool,name=is_add" json:"is_add,omitempty"` Policy AbfPolicy `binapi:"abf_policy,name=policy" json:"policy,omitempty"` @@ -267,7 +275,7 @@ type AbfPolicyAddDel struct { func (m *AbfPolicyAddDel) Reset() { *m = AbfPolicyAddDel{} } func (*AbfPolicyAddDel) GetMessageName() string { return "abf_policy_add_del" } -func (*AbfPolicyAddDel) GetCrcString() string { return "ee66f93e" } +func (*AbfPolicyAddDel) GetCrcString() string { return "c6131197" } func (*AbfPolicyAddDel) GetMessageType() api.MessageType { return api.RequestMessage } @@ -376,6 +384,7 @@ func (m *AbfPolicyAddDel) Unmarshal(b []byte) error { } // AbfPolicyAddDelReply defines message 'abf_policy_add_del_reply'. +// InProgress: the message form may change in the future versions type AbfPolicyAddDelReply struct { Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"` } @@ -409,13 +418,14 @@ func (m *AbfPolicyAddDelReply) Unmarshal(b []byte) error { } // AbfPolicyDetails defines message 'abf_policy_details'. +// InProgress: the message form may change in the future versions type AbfPolicyDetails struct { Policy AbfPolicy `binapi:"abf_policy,name=policy" json:"policy,omitempty"` } func (m *AbfPolicyDetails) Reset() { *m = AbfPolicyDetails{} } func (*AbfPolicyDetails) GetMessageName() string { return "abf_policy_details" } -func (*AbfPolicyDetails) GetCrcString() string { return "6769e504" } +func (*AbfPolicyDetails) GetCrcString() string { return "b7487fa4" } func (*AbfPolicyDetails) GetMessageType() api.MessageType { return api.ReplyMessage } @@ -521,6 +531,7 @@ func (m *AbfPolicyDetails) Unmarshal(b []byte) error { } // AbfPolicyDump defines message 'abf_policy_dump'. +// InProgress: the message form may change in the future versions type AbfPolicyDump struct{} func (m *AbfPolicyDump) Reset() { *m = AbfPolicyDump{} } @@ -555,9 +566,9 @@ func file_abf_binapi_init() { api.RegisterMessage((*AbfItfAttachDump)(nil), "abf_itf_attach_dump_51077d14") api.RegisterMessage((*AbfPluginGetVersion)(nil), "abf_plugin_get_version_51077d14") api.RegisterMessage((*AbfPluginGetVersionReply)(nil), "abf_plugin_get_version_reply_9b32cf86") - api.RegisterMessage((*AbfPolicyAddDel)(nil), "abf_policy_add_del_ee66f93e") + api.RegisterMessage((*AbfPolicyAddDel)(nil), "abf_policy_add_del_c6131197") api.RegisterMessage((*AbfPolicyAddDelReply)(nil), "abf_policy_add_del_reply_e8d4e804") - api.RegisterMessage((*AbfPolicyDetails)(nil), "abf_policy_details_6769e504") + api.RegisterMessage((*AbfPolicyDetails)(nil), "abf_policy_details_b7487fa4") api.RegisterMessage((*AbfPolicyDump)(nil), "abf_policy_dump_51077d14") }