X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=binapi%2Figmp%2Figmp.ba.go;h=d8442cdeb58d4109e712a2442e3591f25f6bea5c;hb=1c622180f9be043d5be6c631975182f5cbf9c722;hp=5026657735f53e82f70ce005f56cefb88be705ab;hpb=58da9ac6e691a8c660eb8ca838a154e11da0db68;p=govpp.git diff --git a/binapi/igmp/igmp.ba.go b/binapi/igmp/igmp.ba.go index 5026657..d8442cd 100644 --- a/binapi/igmp/igmp.ba.go +++ b/binapi/igmp/igmp.ba.go @@ -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/igmp.api.json // Package igmp contains generated bindings for API file igmp.api. @@ -14,11 +14,12 @@ package igmp import ( + "strconv" + api "git.fd.io/govpp.git/api" 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 = "igmp" APIVersion = "1.0.0" - VersionCrc = 0x290eccf8 + VersionCrc = 0x95a4ff29 ) // FilterMode defines enum 'filter_mode'. @@ -177,7 +178,7 @@ type IgmpDetails struct { func (m *IgmpDetails) Reset() { *m = IgmpDetails{} } func (*IgmpDetails) GetMessageName() string { return "igmp_details" } -func (*IgmpDetails) GetCrcString() string { return "52f12a89" } +func (*IgmpDetails) GetCrcString() string { return "38f09929" } func (*IgmpDetails) GetMessageType() api.MessageType { return api.ReplyMessage } @@ -326,7 +327,7 @@ type IgmpEvent struct { func (m *IgmpEvent) Reset() { *m = IgmpEvent{} } func (*IgmpEvent) GetMessageName() string { return "igmp_event" } -func (*IgmpEvent) GetCrcString() string { return "d7696eaf" } +func (*IgmpEvent) GetCrcString() string { return "85fe93ec" } func (*IgmpEvent) GetMessageType() api.MessageType { return api.OtherMessage } @@ -368,7 +369,7 @@ type IgmpGroupPrefixDetails struct { func (m *IgmpGroupPrefixDetails) Reset() { *m = IgmpGroupPrefixDetails{} } func (*IgmpGroupPrefixDetails) GetMessageName() string { return "igmp_group_prefix_details" } -func (*IgmpGroupPrefixDetails) GetCrcString() string { return "c3b3c526" } +func (*IgmpGroupPrefixDetails) GetCrcString() string { return "259ccd81" } func (*IgmpGroupPrefixDetails) GetMessageType() api.MessageType { return api.ReplyMessage } @@ -437,7 +438,7 @@ type IgmpGroupPrefixSet struct { func (m *IgmpGroupPrefixSet) Reset() { *m = IgmpGroupPrefixSet{} } func (*IgmpGroupPrefixSet) GetMessageName() string { return "igmp_group_prefix_set" } -func (*IgmpGroupPrefixSet) GetCrcString() string { return "d4f20ac5" } +func (*IgmpGroupPrefixSet) GetCrcString() string { return "5b14a5ce" } func (*IgmpGroupPrefixSet) GetMessageType() api.MessageType { return api.RequestMessage } @@ -512,7 +513,7 @@ type IgmpListen struct { func (m *IgmpListen) Reset() { *m = IgmpListen{} } func (*IgmpListen) GetMessageName() string { return "igmp_listen" } -func (*IgmpListen) GetCrcString() string { return "3f93a51a" } +func (*IgmpListen) GetCrcString() string { return "19a49f1e" } func (*IgmpListen) GetMessageType() api.MessageType { return api.RequestMessage } @@ -825,16 +826,16 @@ func init() { file_igmp_binapi_init() } func file_igmp_binapi_init() { api.RegisterMessage((*IgmpClearInterface)(nil), "igmp_clear_interface_f9e6675e") api.RegisterMessage((*IgmpClearInterfaceReply)(nil), "igmp_clear_interface_reply_e8d4e804") - api.RegisterMessage((*IgmpDetails)(nil), "igmp_details_52f12a89") + api.RegisterMessage((*IgmpDetails)(nil), "igmp_details_38f09929") api.RegisterMessage((*IgmpDump)(nil), "igmp_dump_f9e6675e") api.RegisterMessage((*IgmpEnableDisable)(nil), "igmp_enable_disable_b1edfb96") api.RegisterMessage((*IgmpEnableDisableReply)(nil), "igmp_enable_disable_reply_e8d4e804") - api.RegisterMessage((*IgmpEvent)(nil), "igmp_event_d7696eaf") - api.RegisterMessage((*IgmpGroupPrefixDetails)(nil), "igmp_group_prefix_details_c3b3c526") + api.RegisterMessage((*IgmpEvent)(nil), "igmp_event_85fe93ec") + api.RegisterMessage((*IgmpGroupPrefixDetails)(nil), "igmp_group_prefix_details_259ccd81") api.RegisterMessage((*IgmpGroupPrefixDump)(nil), "igmp_group_prefix_dump_51077d14") - api.RegisterMessage((*IgmpGroupPrefixSet)(nil), "igmp_group_prefix_set_d4f20ac5") + api.RegisterMessage((*IgmpGroupPrefixSet)(nil), "igmp_group_prefix_set_5b14a5ce") api.RegisterMessage((*IgmpGroupPrefixSetReply)(nil), "igmp_group_prefix_set_reply_e8d4e804") - api.RegisterMessage((*IgmpListen)(nil), "igmp_listen_3f93a51a") + api.RegisterMessage((*IgmpListen)(nil), "igmp_listen_19a49f1e") api.RegisterMessage((*IgmpListenReply)(nil), "igmp_listen_reply_e8d4e804") api.RegisterMessage((*IgmpProxyDeviceAddDel)(nil), "igmp_proxy_device_add_del_0b9be9ce") api.RegisterMessage((*IgmpProxyDeviceAddDelInterface)(nil), "igmp_proxy_device_add_del_interface_1a9ec24a")