test: Fix test dependancy
[govpp.git] / binapi / gbp / gbp.ba.go
index a203527..7071d33 100644 (file)
@@ -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.5.0-dev
+//  VPP:              21.06-release
 // source: /usr/share/vpp/api/plugins/gbp.api.json
 
 // Package gbp contains generated bindings for API file gbp.api.
 package gbp
 
 import (
+       "strconv"
+
        api "git.fd.io/govpp.git/api"
        ethernet_types "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
@@ -32,7 +33,7 @@ const _ = api.GoVppAPIPackageIsVersion2
 const (
        APIFile    = "gbp"
        APIVersion = "2.0.0"
-       VersionCrc = 0xa084c6b0
+       VersionCrc = 0x5b2d93
 )
 
 // GbpBridgeDomainFlags defines enum 'gbp_bridge_domain_flags'.
@@ -420,8 +421,8 @@ type GbpRule struct {
 // GbpSubnet defines type 'gbp_subnet'.
 type GbpSubnet struct {
        RdID      uint32                         `binapi:"u32,name=rd_id" json:"rd_id,omitempty"`
-       SwIfIndex interface_types.InterfaceIndex `binapi:"interface_index,name=sw_if_index" json:"sw_if_index,omitempty"`
-       Sclass    uint16                         `binapi:"u16,name=sclass" json:"sclass,omitempty"`
+       SwIfIndex interface_types.InterfaceIndex `binapi:"interface_index,name=sw_if_index,default=4294967295" json:"sw_if_index,omitempty"`
+       Sclass    uint16                         `binapi:"u16,name=sclass,default=4294967295" json:"sclass,omitempty"`
        Type      GbpSubnetType                  `binapi:"gbp_subnet_type,name=type" json:"type,omitempty"`
        Prefix    ip_types.Prefix                `binapi:"prefix,name=prefix" json:"prefix,omitempty"`
 }
@@ -435,13 +436,14 @@ type GbpVxlanTunnel struct {
 }
 
 // GbpBridgeDomainAdd defines message 'gbp_bridge_domain_add'.
+// InProgress: the message form may change in the future versions
 type GbpBridgeDomainAdd struct {
        Bd GbpBridgeDomain `binapi:"gbp_bridge_domain,name=bd" json:"bd,omitempty"`
 }
 
 func (m *GbpBridgeDomainAdd) Reset()               { *m = GbpBridgeDomainAdd{} }
 func (*GbpBridgeDomainAdd) GetMessageName() string { return "gbp_bridge_domain_add" }
-func (*GbpBridgeDomainAdd) GetCrcString() string   { return "8454bfdf" }
+func (*GbpBridgeDomainAdd) GetCrcString() string   { return "918e8c01" }
 func (*GbpBridgeDomainAdd) GetMessageType() api.MessageType {
        return api.RequestMessage
 }
@@ -483,6 +485,7 @@ func (m *GbpBridgeDomainAdd) Unmarshal(b []byte) error {
 }
 
 // GbpBridgeDomainAddReply defines message 'gbp_bridge_domain_add_reply'.
+// InProgress: the message form may change in the future versions
 type GbpBridgeDomainAddReply struct {
        Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
 }
@@ -516,6 +519,7 @@ func (m *GbpBridgeDomainAddReply) Unmarshal(b []byte) error {
 }
 
 // GbpBridgeDomainDel defines message 'gbp_bridge_domain_del'.
+// InProgress: the message form may change in the future versions
 type GbpBridgeDomainDel struct {
        BdID uint32 `binapi:"u32,name=bd_id" json:"bd_id,omitempty"`
 }
@@ -549,6 +553,7 @@ func (m *GbpBridgeDomainDel) Unmarshal(b []byte) error {
 }
 
 // GbpBridgeDomainDelReply defines message 'gbp_bridge_domain_del_reply'.
+// InProgress: the message form may change in the future versions
 type GbpBridgeDomainDelReply struct {
        Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
 }
@@ -582,13 +587,14 @@ func (m *GbpBridgeDomainDelReply) Unmarshal(b []byte) error {
 }
 
 // GbpBridgeDomainDetails defines message 'gbp_bridge_domain_details'.
+// InProgress: the message form may change in the future versions
 type GbpBridgeDomainDetails struct {
        Bd GbpBridgeDomain `binapi:"gbp_bridge_domain,name=bd" json:"bd,omitempty"`
 }
 
 func (m *GbpBridgeDomainDetails) Reset()               { *m = GbpBridgeDomainDetails{} }
 func (*GbpBridgeDomainDetails) GetMessageName() string { return "gbp_bridge_domain_details" }
-func (*GbpBridgeDomainDetails) GetCrcString() string   { return "2acd15f9" }
+func (*GbpBridgeDomainDetails) GetCrcString() string   { return "51d51be9" }
 func (*GbpBridgeDomainDetails) GetMessageType() api.MessageType {
        return api.ReplyMessage
 }
@@ -630,6 +636,7 @@ func (m *GbpBridgeDomainDetails) Unmarshal(b []byte) error {
 }
 
 // GbpBridgeDomainDump defines message 'gbp_bridge_domain_dump'.
+// InProgress: the message form may change in the future versions
 type GbpBridgeDomainDump struct{}
 
 func (m *GbpBridgeDomainDump) Reset()               { *m = GbpBridgeDomainDump{} }
@@ -657,6 +664,7 @@ func (m *GbpBridgeDomainDump) Unmarshal(b []byte) error {
 }
 
 // GbpBridgeDomainDumpReply defines message 'gbp_bridge_domain_dump_reply'.
+// InProgress: the message form may change in the future versions
 type GbpBridgeDomainDumpReply struct {
        Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
 }
@@ -690,6 +698,7 @@ func (m *GbpBridgeDomainDumpReply) Unmarshal(b []byte) error {
 }
 
 // GbpContractAddDel defines message 'gbp_contract_add_del'.
+// InProgress: the message form may change in the future versions
 type GbpContractAddDel struct {
        IsAdd    bool        `binapi:"bool,name=is_add" json:"is_add,omitempty"`
        Contract GbpContract `binapi:"gbp_contract,name=contract" json:"contract,omitempty"`
@@ -697,7 +706,7 @@ type GbpContractAddDel struct {
 
 func (m *GbpContractAddDel) Reset()               { *m = GbpContractAddDel{} }
 func (*GbpContractAddDel) GetMessageName() string { return "gbp_contract_add_del" }
-func (*GbpContractAddDel) GetCrcString() string   { return "553e275b" }
+func (*GbpContractAddDel) GetCrcString() string   { return "aa8d652d" }
 func (*GbpContractAddDel) GetMessageType() api.MessageType {
        return api.RequestMessage
 }
@@ -800,6 +809,7 @@ func (m *GbpContractAddDel) Unmarshal(b []byte) error {
 }
 
 // GbpContractAddDelReply defines message 'gbp_contract_add_del_reply'.
+// InProgress: the message form may change in the future versions
 type GbpContractAddDelReply struct {
        Retval     int32  `binapi:"i32,name=retval" json:"retval,omitempty"`
        StatsIndex uint32 `binapi:"u32,name=stats_index" json:"stats_index,omitempty"`
@@ -837,13 +847,14 @@ func (m *GbpContractAddDelReply) Unmarshal(b []byte) error {
 }
 
 // GbpContractDetails defines message 'gbp_contract_details'.
+// InProgress: the message form may change in the future versions
 type GbpContractDetails struct {
        Contract GbpContract `binapi:"gbp_contract,name=contract" json:"contract,omitempty"`
 }
 
 func (m *GbpContractDetails) Reset()               { *m = GbpContractDetails{} }
 func (*GbpContractDetails) GetMessageName() string { return "gbp_contract_details" }
-func (*GbpContractDetails) GetCrcString() string   { return "2a18db6e" }
+func (*GbpContractDetails) GetCrcString() string   { return "65dec325" }
 func (*GbpContractDetails) GetMessageType() api.MessageType {
        return api.ReplyMessage
 }
@@ -943,6 +954,7 @@ func (m *GbpContractDetails) Unmarshal(b []byte) error {
 }
 
 // GbpContractDump defines message 'gbp_contract_dump'.
+// InProgress: the message form may change in the future versions
 type GbpContractDump struct{}
 
 func (m *GbpContractDump) Reset()               { *m = GbpContractDump{} }
@@ -970,13 +982,14 @@ func (m *GbpContractDump) Unmarshal(b []byte) error {
 }
 
 // GbpEndpointAdd defines message 'gbp_endpoint_add'.
+// InProgress: the message form may change in the future versions
 type GbpEndpointAdd struct {
        Endpoint GbpEndpoint `binapi:"gbp_endpoint,name=endpoint" json:"endpoint,omitempty"`
 }
 
 func (m *GbpEndpointAdd) Reset()               { *m = GbpEndpointAdd{} }
 func (*GbpEndpointAdd) GetMessageName() string { return "gbp_endpoint_add" }
-func (*GbpEndpointAdd) GetCrcString() string   { return "9ce16d5a" }
+func (*GbpEndpointAdd) GetCrcString() string   { return "7b3af7de" }
 func (*GbpEndpointAdd) GetMessageType() api.MessageType {
        return api.RequestMessage
 }
@@ -1049,6 +1062,7 @@ func (m *GbpEndpointAdd) Unmarshal(b []byte) error {
 }
 
 // GbpEndpointAddReply defines message 'gbp_endpoint_add_reply'.
+// InProgress: the message form may change in the future versions
 type GbpEndpointAddReply struct {
        Retval int32  `binapi:"i32,name=retval" json:"retval,omitempty"`
        Handle uint32 `binapi:"u32,name=handle" json:"handle,omitempty"`
@@ -1086,6 +1100,7 @@ func (m *GbpEndpointAddReply) Unmarshal(b []byte) error {
 }
 
 // GbpEndpointDel defines message 'gbp_endpoint_del'.
+// InProgress: the message form may change in the future versions
 type GbpEndpointDel struct {
        Handle uint32 `binapi:"u32,name=handle" json:"handle,omitempty"`
 }
@@ -1119,6 +1134,7 @@ func (m *GbpEndpointDel) Unmarshal(b []byte) error {
 }
 
 // GbpEndpointDelReply defines message 'gbp_endpoint_del_reply'.
+// InProgress: the message form may change in the future versions
 type GbpEndpointDelReply struct {
        Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
 }
@@ -1152,6 +1168,7 @@ func (m *GbpEndpointDelReply) Unmarshal(b []byte) error {
 }
 
 // GbpEndpointDetails defines message 'gbp_endpoint_details'.
+// InProgress: the message form may change in the future versions
 type GbpEndpointDetails struct {
        Age      float64     `binapi:"f64,name=age" json:"age,omitempty"`
        Handle   uint32      `binapi:"u32,name=handle" json:"handle,omitempty"`
@@ -1160,7 +1177,7 @@ type GbpEndpointDetails struct {
 
 func (m *GbpEndpointDetails) Reset()               { *m = GbpEndpointDetails{} }
 func (*GbpEndpointDetails) GetMessageName() string { return "gbp_endpoint_details" }
-func (*GbpEndpointDetails) GetCrcString() string   { return "08aecb60" }
+func (*GbpEndpointDetails) GetCrcString() string   { return "8dd8fbd3" }
 func (*GbpEndpointDetails) GetMessageType() api.MessageType {
        return api.ReplyMessage
 }
@@ -1239,6 +1256,7 @@ func (m *GbpEndpointDetails) Unmarshal(b []byte) error {
 }
 
 // GbpEndpointDump defines message 'gbp_endpoint_dump'.
+// InProgress: the message form may change in the future versions
 type GbpEndpointDump struct{}
 
 func (m *GbpEndpointDump) Reset()               { *m = GbpEndpointDump{} }
@@ -1266,13 +1284,14 @@ func (m *GbpEndpointDump) Unmarshal(b []byte) error {
 }
 
 // GbpEndpointGroupAdd defines message 'gbp_endpoint_group_add'.
+// InProgress: the message form may change in the future versions
 type GbpEndpointGroupAdd struct {
        Epg GbpEndpointGroup `binapi:"gbp_endpoint_group,name=epg" json:"epg,omitempty"`
 }
 
 func (m *GbpEndpointGroupAdd) Reset()               { *m = GbpEndpointGroupAdd{} }
 func (*GbpEndpointGroupAdd) GetMessageName() string { return "gbp_endpoint_group_add" }
-func (*GbpEndpointGroupAdd) GetCrcString() string   { return "8e0f4054" }
+func (*GbpEndpointGroupAdd) GetCrcString() string   { return "301ddf15" }
 func (*GbpEndpointGroupAdd) GetMessageType() api.MessageType {
        return api.RequestMessage
 }
@@ -1314,6 +1333,7 @@ func (m *GbpEndpointGroupAdd) Unmarshal(b []byte) error {
 }
 
 // GbpEndpointGroupAddReply defines message 'gbp_endpoint_group_add_reply'.
+// InProgress: the message form may change in the future versions
 type GbpEndpointGroupAddReply struct {
        Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
 }
@@ -1347,6 +1367,7 @@ func (m *GbpEndpointGroupAddReply) Unmarshal(b []byte) error {
 }
 
 // GbpEndpointGroupDel defines message 'gbp_endpoint_group_del'.
+// InProgress: the message form may change in the future versions
 type GbpEndpointGroupDel struct {
        Sclass uint16 `binapi:"u16,name=sclass" json:"sclass,omitempty"`
 }
@@ -1380,6 +1401,7 @@ func (m *GbpEndpointGroupDel) Unmarshal(b []byte) error {
 }
 
 // GbpEndpointGroupDelReply defines message 'gbp_endpoint_group_del_reply'.
+// InProgress: the message form may change in the future versions
 type GbpEndpointGroupDelReply struct {
        Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
 }
@@ -1413,13 +1435,14 @@ func (m *GbpEndpointGroupDelReply) Unmarshal(b []byte) error {
 }
 
 // GbpEndpointGroupDetails defines message 'gbp_endpoint_group_details'.
+// InProgress: the message form may change in the future versions
 type GbpEndpointGroupDetails struct {
        Epg GbpEndpointGroup `binapi:"gbp_endpoint_group,name=epg" json:"epg,omitempty"`
 }
 
 func (m *GbpEndpointGroupDetails) Reset()               { *m = GbpEndpointGroupDetails{} }
 func (*GbpEndpointGroupDetails) GetMessageName() string { return "gbp_endpoint_group_details" }
-func (*GbpEndpointGroupDetails) GetCrcString() string   { return "8f38292c" }
+func (*GbpEndpointGroupDetails) GetCrcString() string   { return "ab71d723" }
 func (*GbpEndpointGroupDetails) GetMessageType() api.MessageType {
        return api.ReplyMessage
 }
@@ -1461,6 +1484,7 @@ func (m *GbpEndpointGroupDetails) Unmarshal(b []byte) error {
 }
 
 // GbpEndpointGroupDump defines message 'gbp_endpoint_group_dump'.
+// InProgress: the message form may change in the future versions
 type GbpEndpointGroupDump struct{}
 
 func (m *GbpEndpointGroupDump) Reset()               { *m = GbpEndpointGroupDump{} }
@@ -1488,6 +1512,7 @@ func (m *GbpEndpointGroupDump) Unmarshal(b []byte) error {
 }
 
 // GbpExtItfAddDel defines message 'gbp_ext_itf_add_del'.
+// InProgress: the message form may change in the future versions
 type GbpExtItfAddDel struct {
        IsAdd  bool      `binapi:"bool,name=is_add" json:"is_add,omitempty"`
        ExtItf GbpExtItf `binapi:"gbp_ext_itf,name=ext_itf" json:"ext_itf,omitempty"`
@@ -1495,7 +1520,7 @@ type GbpExtItfAddDel struct {
 
 func (m *GbpExtItfAddDel) Reset()               { *m = GbpExtItfAddDel{} }
 func (*GbpExtItfAddDel) GetMessageName() string { return "gbp_ext_itf_add_del" }
-func (*GbpExtItfAddDel) GetCrcString() string   { return "12ed5700" }
+func (*GbpExtItfAddDel) GetCrcString() string   { return "7606d0e1" }
 func (*GbpExtItfAddDel) GetMessageType() api.MessageType {
        return api.RequestMessage
 }
@@ -1534,6 +1559,7 @@ func (m *GbpExtItfAddDel) Unmarshal(b []byte) error {
 }
 
 // GbpExtItfAddDelReply defines message 'gbp_ext_itf_add_del_reply'.
+// InProgress: the message form may change in the future versions
 type GbpExtItfAddDelReply struct {
        Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
 }
@@ -1567,13 +1593,14 @@ func (m *GbpExtItfAddDelReply) Unmarshal(b []byte) error {
 }
 
 // GbpExtItfDetails defines message 'gbp_ext_itf_details'.
+// InProgress: the message form may change in the future versions
 type GbpExtItfDetails struct {
        ExtItf GbpExtItf `binapi:"gbp_ext_itf,name=ext_itf" json:"ext_itf,omitempty"`
 }
 
 func (m *GbpExtItfDetails) Reset()               { *m = GbpExtItfDetails{} }
 func (*GbpExtItfDetails) GetMessageName() string { return "gbp_ext_itf_details" }
-func (*GbpExtItfDetails) GetCrcString() string   { return "408a45c0" }
+func (*GbpExtItfDetails) GetCrcString() string   { return "519c3d3c" }
 func (*GbpExtItfDetails) GetMessageType() api.MessageType {
        return api.ReplyMessage
 }
@@ -1609,6 +1636,7 @@ func (m *GbpExtItfDetails) Unmarshal(b []byte) error {
 }
 
 // GbpExtItfDump defines message 'gbp_ext_itf_dump'.
+// InProgress: the message form may change in the future versions
 type GbpExtItfDump struct{}
 
 func (m *GbpExtItfDump) Reset()               { *m = GbpExtItfDump{} }
@@ -1636,6 +1664,7 @@ func (m *GbpExtItfDump) Unmarshal(b []byte) error {
 }
 
 // GbpRecircAddDel defines message 'gbp_recirc_add_del'.
+// InProgress: the message form may change in the future versions
 type GbpRecircAddDel struct {
        IsAdd  bool      `binapi:"bool,name=is_add" json:"is_add,omitempty"`
        Recirc GbpRecirc `binapi:"gbp_recirc,name=recirc" json:"recirc,omitempty"`
@@ -1679,6 +1708,7 @@ func (m *GbpRecircAddDel) Unmarshal(b []byte) error {
 }
 
 // GbpRecircAddDelReply defines message 'gbp_recirc_add_del_reply'.
+// InProgress: the message form may change in the future versions
 type GbpRecircAddDelReply struct {
        Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
 }
@@ -1712,6 +1742,7 @@ func (m *GbpRecircAddDelReply) Unmarshal(b []byte) error {
 }
 
 // GbpRecircDetails defines message 'gbp_recirc_details'.
+// InProgress: the message form may change in the future versions
 type GbpRecircDetails struct {
        Recirc GbpRecirc `binapi:"gbp_recirc,name=recirc" json:"recirc,omitempty"`
 }
@@ -1751,6 +1782,7 @@ func (m *GbpRecircDetails) Unmarshal(b []byte) error {
 }
 
 // GbpRecircDump defines message 'gbp_recirc_dump'.
+// InProgress: the message form may change in the future versions
 type GbpRecircDump struct{}
 
 func (m *GbpRecircDump) Reset()               { *m = GbpRecircDump{} }
@@ -1778,13 +1810,14 @@ func (m *GbpRecircDump) Unmarshal(b []byte) error {
 }
 
 // GbpRouteDomainAdd defines message 'gbp_route_domain_add'.
+// InProgress: the message form may change in the future versions
 type GbpRouteDomainAdd struct {
        Rd GbpRouteDomain `binapi:"gbp_route_domain,name=rd" json:"rd,omitempty"`
 }
 
 func (m *GbpRouteDomainAdd) Reset()               { *m = GbpRouteDomainAdd{} }
 func (*GbpRouteDomainAdd) GetMessageName() string { return "gbp_route_domain_add" }
-func (*GbpRouteDomainAdd) GetCrcString() string   { return "2d0afe38" }
+func (*GbpRouteDomainAdd) GetCrcString() string   { return "204c79e1" }
 func (*GbpRouteDomainAdd) GetMessageType() api.MessageType {
        return api.RequestMessage
 }
@@ -1826,6 +1859,7 @@ func (m *GbpRouteDomainAdd) Unmarshal(b []byte) error {
 }
 
 // GbpRouteDomainAddReply defines message 'gbp_route_domain_add_reply'.
+// InProgress: the message form may change in the future versions
 type GbpRouteDomainAddReply struct {
        Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
 }
@@ -1859,6 +1893,7 @@ func (m *GbpRouteDomainAddReply) Unmarshal(b []byte) error {
 }
 
 // GbpRouteDomainDel defines message 'gbp_route_domain_del'.
+// InProgress: the message form may change in the future versions
 type GbpRouteDomainDel struct {
        RdID uint32 `binapi:"u32,name=rd_id" json:"rd_id,omitempty"`
 }
@@ -1892,6 +1927,7 @@ func (m *GbpRouteDomainDel) Unmarshal(b []byte) error {
 }
 
 // GbpRouteDomainDelReply defines message 'gbp_route_domain_del_reply'.
+// InProgress: the message form may change in the future versions
 type GbpRouteDomainDelReply struct {
        Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
 }
@@ -1925,13 +1961,14 @@ func (m *GbpRouteDomainDelReply) Unmarshal(b []byte) error {
 }
 
 // GbpRouteDomainDetails defines message 'gbp_route_domain_details'.
+// InProgress: the message form may change in the future versions
 type GbpRouteDomainDetails struct {
        Rd GbpRouteDomain `binapi:"gbp_route_domain,name=rd" json:"rd,omitempty"`
 }
 
 func (m *GbpRouteDomainDetails) Reset()               { *m = GbpRouteDomainDetails{} }
 func (*GbpRouteDomainDetails) GetMessageName() string { return "gbp_route_domain_details" }
-func (*GbpRouteDomainDetails) GetCrcString() string   { return "8ab11375" }
+func (*GbpRouteDomainDetails) GetCrcString() string   { return "a78bfbca" }
 func (*GbpRouteDomainDetails) GetMessageType() api.MessageType {
        return api.ReplyMessage
 }
@@ -1973,6 +2010,7 @@ func (m *GbpRouteDomainDetails) Unmarshal(b []byte) error {
 }
 
 // GbpRouteDomainDump defines message 'gbp_route_domain_dump'.
+// InProgress: the message form may change in the future versions
 type GbpRouteDomainDump struct{}
 
 func (m *GbpRouteDomainDump) Reset()               { *m = GbpRouteDomainDump{} }
@@ -2000,6 +2038,7 @@ func (m *GbpRouteDomainDump) Unmarshal(b []byte) error {
 }
 
 // GbpRouteDomainDumpReply defines message 'gbp_route_domain_dump_reply'.
+// InProgress: the message form may change in the future versions
 type GbpRouteDomainDumpReply struct {
        Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
 }
@@ -2033,6 +2072,7 @@ func (m *GbpRouteDomainDumpReply) Unmarshal(b []byte) error {
 }
 
 // GbpSubnetAddDel defines message 'gbp_subnet_add_del'.
+// InProgress: the message form may change in the future versions
 type GbpSubnetAddDel struct {
        IsAdd  bool      `binapi:"bool,name=is_add" json:"is_add,omitempty"`
        Subnet GbpSubnet `binapi:"gbp_subnet,name=subnet" json:"subnet,omitempty"`
@@ -2040,7 +2080,7 @@ type GbpSubnetAddDel struct {
 
 func (m *GbpSubnetAddDel) Reset()               { *m = GbpSubnetAddDel{} }
 func (*GbpSubnetAddDel) GetMessageName() string { return "gbp_subnet_add_del" }
-func (*GbpSubnetAddDel) GetCrcString() string   { return "888aca35" }
+func (*GbpSubnetAddDel) GetCrcString() string   { return "a8803c80" }
 func (*GbpSubnetAddDel) GetMessageType() api.MessageType {
        return api.RequestMessage
 }
@@ -2088,6 +2128,7 @@ func (m *GbpSubnetAddDel) Unmarshal(b []byte) error {
 }
 
 // GbpSubnetAddDelReply defines message 'gbp_subnet_add_del_reply'.
+// InProgress: the message form may change in the future versions
 type GbpSubnetAddDelReply struct {
        Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
 }
@@ -2121,13 +2162,14 @@ func (m *GbpSubnetAddDelReply) Unmarshal(b []byte) error {
 }
 
 // GbpSubnetDetails defines message 'gbp_subnet_details'.
+// InProgress: the message form may change in the future versions
 type GbpSubnetDetails struct {
        Subnet GbpSubnet `binapi:"gbp_subnet,name=subnet" json:"subnet,omitempty"`
 }
 
 func (m *GbpSubnetDetails) Reset()               { *m = GbpSubnetDetails{} }
 func (*GbpSubnetDetails) GetMessageName() string { return "gbp_subnet_details" }
-func (*GbpSubnetDetails) GetCrcString() string   { return "4ed84156" }
+func (*GbpSubnetDetails) GetCrcString() string   { return "cbc5ca18" }
 func (*GbpSubnetDetails) GetMessageType() api.MessageType {
        return api.ReplyMessage
 }
@@ -2172,6 +2214,7 @@ func (m *GbpSubnetDetails) Unmarshal(b []byte) error {
 }
 
 // GbpSubnetDump defines message 'gbp_subnet_dump'.
+// InProgress: the message form may change in the future versions
 type GbpSubnetDump struct{}
 
 func (m *GbpSubnetDump) Reset()               { *m = GbpSubnetDump{} }
@@ -2199,6 +2242,7 @@ func (m *GbpSubnetDump) Unmarshal(b []byte) error {
 }
 
 // GbpVxlanTunnelAdd defines message 'gbp_vxlan_tunnel_add'.
+// InProgress: the message form may change in the future versions
 type GbpVxlanTunnelAdd struct {
        Tunnel GbpVxlanTunnel `binapi:"gbp_vxlan_tunnel,name=tunnel" json:"tunnel,omitempty"`
 }
@@ -2241,6 +2285,7 @@ func (m *GbpVxlanTunnelAdd) Unmarshal(b []byte) error {
 }
 
 // GbpVxlanTunnelAddReply defines message 'gbp_vxlan_tunnel_add_reply'.
+// InProgress: the message form may change in the future versions
 type GbpVxlanTunnelAddReply 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"`
@@ -2278,6 +2323,7 @@ func (m *GbpVxlanTunnelAddReply) Unmarshal(b []byte) error {
 }
 
 // GbpVxlanTunnelDel defines message 'gbp_vxlan_tunnel_del'.
+// InProgress: the message form may change in the future versions
 type GbpVxlanTunnelDel struct {
        Vni uint32 `binapi:"u32,name=vni" json:"vni,omitempty"`
 }
@@ -2311,6 +2357,7 @@ func (m *GbpVxlanTunnelDel) Unmarshal(b []byte) error {
 }
 
 // GbpVxlanTunnelDelReply defines message 'gbp_vxlan_tunnel_del_reply'.
+// InProgress: the message form may change in the future versions
 type GbpVxlanTunnelDelReply struct {
        Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
 }
@@ -2344,6 +2391,7 @@ func (m *GbpVxlanTunnelDelReply) Unmarshal(b []byte) error {
 }
 
 // GbpVxlanTunnelDetails defines message 'gbp_vxlan_tunnel_details'.
+// InProgress: the message form may change in the future versions
 type GbpVxlanTunnelDetails struct {
        Tunnel GbpVxlanTunnel `binapi:"gbp_vxlan_tunnel,name=tunnel" json:"tunnel,omitempty"`
 }
@@ -2386,6 +2434,7 @@ func (m *GbpVxlanTunnelDetails) Unmarshal(b []byte) error {
 }
 
 // GbpVxlanTunnelDump defines message 'gbp_vxlan_tunnel_dump'.
+// InProgress: the message form may change in the future versions
 type GbpVxlanTunnelDump struct{}
 
 func (m *GbpVxlanTunnelDump) Reset()               { *m = GbpVxlanTunnelDump{} }
@@ -2414,47 +2463,47 @@ func (m *GbpVxlanTunnelDump) Unmarshal(b []byte) error {
 
 func init() { file_gbp_binapi_init() }
 func file_gbp_binapi_init() {
-       api.RegisterMessage((*GbpBridgeDomainAdd)(nil), "gbp_bridge_domain_add_8454bfdf")
+       api.RegisterMessage((*GbpBridgeDomainAdd)(nil), "gbp_bridge_domain_add_918e8c01")
        api.RegisterMessage((*GbpBridgeDomainAddReply)(nil), "gbp_bridge_domain_add_reply_e8d4e804")
        api.RegisterMessage((*GbpBridgeDomainDel)(nil), "gbp_bridge_domain_del_c25fdce6")
        api.RegisterMessage((*GbpBridgeDomainDelReply)(nil), "gbp_bridge_domain_del_reply_e8d4e804")
-       api.RegisterMessage((*GbpBridgeDomainDetails)(nil), "gbp_bridge_domain_details_2acd15f9")
+       api.RegisterMessage((*GbpBridgeDomainDetails)(nil), "gbp_bridge_domain_details_51d51be9")
        api.RegisterMessage((*GbpBridgeDomainDump)(nil), "gbp_bridge_domain_dump_51077d14")
        api.RegisterMessage((*GbpBridgeDomainDumpReply)(nil), "gbp_bridge_domain_dump_reply_e8d4e804")
-       api.RegisterMessage((*GbpContractAddDel)(nil), "gbp_contract_add_del_553e275b")
+       api.RegisterMessage((*GbpContractAddDel)(nil), "gbp_contract_add_del_aa8d652d")
        api.RegisterMessage((*GbpContractAddDelReply)(nil), "gbp_contract_add_del_reply_1992deab")
-       api.RegisterMessage((*GbpContractDetails)(nil), "gbp_contract_details_2a18db6e")
+       api.RegisterMessage((*GbpContractDetails)(nil), "gbp_contract_details_65dec325")
        api.RegisterMessage((*GbpContractDump)(nil), "gbp_contract_dump_51077d14")
-       api.RegisterMessage((*GbpEndpointAdd)(nil), "gbp_endpoint_add_9ce16d5a")
+       api.RegisterMessage((*GbpEndpointAdd)(nil), "gbp_endpoint_add_7b3af7de")
        api.RegisterMessage((*GbpEndpointAddReply)(nil), "gbp_endpoint_add_reply_1dd3ff3e")
        api.RegisterMessage((*GbpEndpointDel)(nil), "gbp_endpoint_del_b93cd566")
        api.RegisterMessage((*GbpEndpointDelReply)(nil), "gbp_endpoint_del_reply_e8d4e804")
-       api.RegisterMessage((*GbpEndpointDetails)(nil), "gbp_endpoint_details_08aecb60")
+       api.RegisterMessage((*GbpEndpointDetails)(nil), "gbp_endpoint_details_8dd8fbd3")
        api.RegisterMessage((*GbpEndpointDump)(nil), "gbp_endpoint_dump_51077d14")
-       api.RegisterMessage((*GbpEndpointGroupAdd)(nil), "gbp_endpoint_group_add_8e0f4054")
+       api.RegisterMessage((*GbpEndpointGroupAdd)(nil), "gbp_endpoint_group_add_301ddf15")
        api.RegisterMessage((*GbpEndpointGroupAddReply)(nil), "gbp_endpoint_group_add_reply_e8d4e804")
        api.RegisterMessage((*GbpEndpointGroupDel)(nil), "gbp_endpoint_group_del_3436b8b7")
        api.RegisterMessage((*GbpEndpointGroupDelReply)(nil), "gbp_endpoint_group_del_reply_e8d4e804")
-       api.RegisterMessage((*GbpEndpointGroupDetails)(nil), "gbp_endpoint_group_details_8f38292c")
+       api.RegisterMessage((*GbpEndpointGroupDetails)(nil), "gbp_endpoint_group_details_ab71d723")
        api.RegisterMessage((*GbpEndpointGroupDump)(nil), "gbp_endpoint_group_dump_51077d14")
-       api.RegisterMessage((*GbpExtItfAddDel)(nil), "gbp_ext_itf_add_del_12ed5700")
+       api.RegisterMessage((*GbpExtItfAddDel)(nil), "gbp_ext_itf_add_del_7606d0e1")
        api.RegisterMessage((*GbpExtItfAddDelReply)(nil), "gbp_ext_itf_add_del_reply_e8d4e804")
-       api.RegisterMessage((*GbpExtItfDetails)(nil), "gbp_ext_itf_details_408a45c0")
+       api.RegisterMessage((*GbpExtItfDetails)(nil), "gbp_ext_itf_details_519c3d3c")
        api.RegisterMessage((*GbpExtItfDump)(nil), "gbp_ext_itf_dump_51077d14")
        api.RegisterMessage((*GbpRecircAddDel)(nil), "gbp_recirc_add_del_718c69c3")
        api.RegisterMessage((*GbpRecircAddDelReply)(nil), "gbp_recirc_add_del_reply_e8d4e804")
        api.RegisterMessage((*GbpRecircDetails)(nil), "gbp_recirc_details_66ecc42e")
        api.RegisterMessage((*GbpRecircDump)(nil), "gbp_recirc_dump_51077d14")
-       api.RegisterMessage((*GbpRouteDomainAdd)(nil), "gbp_route_domain_add_2d0afe38")
+       api.RegisterMessage((*GbpRouteDomainAdd)(nil), "gbp_route_domain_add_204c79e1")
        api.RegisterMessage((*GbpRouteDomainAddReply)(nil), "gbp_route_domain_add_reply_e8d4e804")
        api.RegisterMessage((*GbpRouteDomainDel)(nil), "gbp_route_domain_del_bee4edcd")
        api.RegisterMessage((*GbpRouteDomainDelReply)(nil), "gbp_route_domain_del_reply_e8d4e804")
-       api.RegisterMessage((*GbpRouteDomainDetails)(nil), "gbp_route_domain_details_8ab11375")
+       api.RegisterMessage((*GbpRouteDomainDetails)(nil), "gbp_route_domain_details_a78bfbca")
        api.RegisterMessage((*GbpRouteDomainDump)(nil), "gbp_route_domain_dump_51077d14")
        api.RegisterMessage((*GbpRouteDomainDumpReply)(nil), "gbp_route_domain_dump_reply_e8d4e804")
-       api.RegisterMessage((*GbpSubnetAddDel)(nil), "gbp_subnet_add_del_888aca35")
+       api.RegisterMessage((*GbpSubnetAddDel)(nil), "gbp_subnet_add_del_a8803c80")
        api.RegisterMessage((*GbpSubnetAddDelReply)(nil), "gbp_subnet_add_del_reply_e8d4e804")
-       api.RegisterMessage((*GbpSubnetDetails)(nil), "gbp_subnet_details_4ed84156")
+       api.RegisterMessage((*GbpSubnetDetails)(nil), "gbp_subnet_details_cbc5ca18")
        api.RegisterMessage((*GbpSubnetDump)(nil), "gbp_subnet_dump_51077d14")
        api.RegisterMessage((*GbpVxlanTunnelAdd)(nil), "gbp_vxlan_tunnel_add_3e070b35")
        api.RegisterMessage((*GbpVxlanTunnelAddReply)(nil), "gbp_vxlan_tunnel_add_reply_5383d31f")