regenerate binapi
[govpp.git] / binapi / abf / abf.ba.go
index fc4351b..209986a 100644 (file)
@@ -1,7 +1,7 @@
 // Code generated by GoVPP's binapi-generator. DO NOT EDIT.
 // versions:
-//  binapi-generator: v0.4.0
-//  VPP:              20.05.1-release
+//  binapi-generator: v0.3.5-56-gc0da1f2-dirty
+//  VPP:              21.06-release
 // source: /usr/share/vpp/api/plugins/abf.api.json
 
 // Package abf contains generated bindings for API file abf.api.
@@ -29,7 +29,7 @@ const _ = api.GoVppAPIPackageIsVersion2
 const (
        APIFile    = "abf"
        APIVersion = "1.0.0"
-       VersionCrc = 0x460b09b9
+       VersionCrc = 0xf2367b47
 )
 
 // AbfItfAttach defines type 'abf_itf_attach'.
@@ -49,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"`
@@ -95,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"`
 }
@@ -128,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"`
 }
@@ -170,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{} }
@@ -197,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{} }
@@ -224,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"`
@@ -261,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"`
@@ -268,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
 }
@@ -377,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"`
 }
@@ -410,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
 }
@@ -522,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{} }
@@ -556,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")
 }