regenerate binapi
[govpp.git] / binapi / vxlan_gbp / vxlan_gbp.ba.go
index bd92319..b5df3e0 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/core/vxlan_gbp.api.json
 
 // Package vxlan_gbp contains generated bindings for API file vxlan_gbp.api.
@@ -31,7 +31,7 @@ const _ = api.GoVppAPIPackageIsVersion2
 const (
        APIFile    = "vxlan_gbp"
        APIVersion = "1.1.1"
-       VersionCrc = 0xfa8aff54
+       VersionCrc = 0xb40203a1
 )
 
 // VxlanGbpAPITunnelMode defines enum 'vxlan_gbp_api_tunnel_mode'.
@@ -74,6 +74,7 @@ type VxlanGbpTunnel struct {
 }
 
 // SwInterfaceSetVxlanGbpBypass defines message 'sw_interface_set_vxlan_gbp_bypass'.
+// InProgress: the message form may change in the future versions
 type SwInterfaceSetVxlanGbpBypass struct {
        SwIfIndex interface_types.InterfaceIndex `binapi:"interface_index,name=sw_if_index" json:"sw_if_index,omitempty"`
        IsIPv6    bool                           `binapi:"bool,name=is_ipv6" json:"is_ipv6,omitempty"`
@@ -117,6 +118,7 @@ func (m *SwInterfaceSetVxlanGbpBypass) Unmarshal(b []byte) error {
 }
 
 // SwInterfaceSetVxlanGbpBypassReply defines message 'sw_interface_set_vxlan_gbp_bypass_reply'.
+// InProgress: the message form may change in the future versions
 type SwInterfaceSetVxlanGbpBypassReply struct {
        Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
 }
@@ -152,6 +154,7 @@ func (m *SwInterfaceSetVxlanGbpBypassReply) Unmarshal(b []byte) error {
 }
 
 // VxlanGbpTunnelAddDel defines message 'vxlan_gbp_tunnel_add_del'.
+// InProgress: the message form may change in the future versions
 type VxlanGbpTunnelAddDel struct {
        IsAdd  bool           `binapi:"bool,name=is_add,default=true" json:"is_add,omitempty"`
        Tunnel VxlanGbpTunnel `binapi:"vxlan_gbp_tunnel,name=tunnel" json:"tunnel,omitempty"`
@@ -159,7 +162,7 @@ type VxlanGbpTunnelAddDel struct {
 
 func (m *VxlanGbpTunnelAddDel) Reset()               { *m = VxlanGbpTunnelAddDel{} }
 func (*VxlanGbpTunnelAddDel) GetMessageName() string { return "vxlan_gbp_tunnel_add_del" }
-func (*VxlanGbpTunnelAddDel) GetCrcString() string   { return "8c819166" }
+func (*VxlanGbpTunnelAddDel) GetCrcString() string   { return "6c743427" }
 func (*VxlanGbpTunnelAddDel) GetMessageType() api.MessageType {
        return api.RequestMessage
 }
@@ -216,6 +219,7 @@ func (m *VxlanGbpTunnelAddDel) Unmarshal(b []byte) error {
 }
 
 // VxlanGbpTunnelAddDelReply defines message 'vxlan_gbp_tunnel_add_del_reply'.
+// InProgress: the message form may change in the future versions
 type VxlanGbpTunnelAddDelReply struct {
        Retval    int32                          `binapi:"i32,name=retval" json:"retval,omitempty"`
        SwIfIndex interface_types.InterfaceIndex `binapi:"interface_index,name=sw_if_index" json:"sw_if_index,omitempty"`
@@ -253,13 +257,14 @@ func (m *VxlanGbpTunnelAddDelReply) Unmarshal(b []byte) error {
 }
 
 // VxlanGbpTunnelDetails defines message 'vxlan_gbp_tunnel_details'.
+// InProgress: the message form may change in the future versions
 type VxlanGbpTunnelDetails struct {
        Tunnel VxlanGbpTunnel `binapi:"vxlan_gbp_tunnel,name=tunnel" json:"tunnel,omitempty"`
 }
 
 func (m *VxlanGbpTunnelDetails) Reset()               { *m = VxlanGbpTunnelDetails{} }
 func (*VxlanGbpTunnelDetails) GetMessageName() string { return "vxlan_gbp_tunnel_details" }
-func (*VxlanGbpTunnelDetails) GetCrcString() string   { return "1da24016" }
+func (*VxlanGbpTunnelDetails) GetCrcString() string   { return "66e94a89" }
 func (*VxlanGbpTunnelDetails) GetMessageType() api.MessageType {
        return api.ReplyMessage
 }
@@ -313,6 +318,7 @@ func (m *VxlanGbpTunnelDetails) Unmarshal(b []byte) error {
 }
 
 // VxlanGbpTunnelDump defines message 'vxlan_gbp_tunnel_dump'.
+// InProgress: the message form may change in the future versions
 type VxlanGbpTunnelDump struct {
        SwIfIndex interface_types.InterfaceIndex `binapi:"interface_index,name=sw_if_index,default=4294967295" json:"sw_if_index,omitempty"`
 }
@@ -349,9 +355,9 @@ func init() { file_vxlan_gbp_binapi_init() }
 func file_vxlan_gbp_binapi_init() {
        api.RegisterMessage((*SwInterfaceSetVxlanGbpBypass)(nil), "sw_interface_set_vxlan_gbp_bypass_65247409")
        api.RegisterMessage((*SwInterfaceSetVxlanGbpBypassReply)(nil), "sw_interface_set_vxlan_gbp_bypass_reply_e8d4e804")
-       api.RegisterMessage((*VxlanGbpTunnelAddDel)(nil), "vxlan_gbp_tunnel_add_del_8c819166")
+       api.RegisterMessage((*VxlanGbpTunnelAddDel)(nil), "vxlan_gbp_tunnel_add_del_6c743427")
        api.RegisterMessage((*VxlanGbpTunnelAddDelReply)(nil), "vxlan_gbp_tunnel_add_del_reply_5383d31f")
-       api.RegisterMessage((*VxlanGbpTunnelDetails)(nil), "vxlan_gbp_tunnel_details_1da24016")
+       api.RegisterMessage((*VxlanGbpTunnelDetails)(nil), "vxlan_gbp_tunnel_details_66e94a89")
        api.RegisterMessage((*VxlanGbpTunnelDump)(nil), "vxlan_gbp_tunnel_dump_f9e6675e")
 }