X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=binapi%2Fl2e%2Fl2e.ba.go;h=d25a3284a22fbfdcbeec4718d78385037b340772;hb=020d8b00b60f80cccc902da6827c8b8687247b9a;hp=edca66350722f66ab5bd0e7e1a3990891cba49df;hpb=c94a962279858fb13eaacc689f47aed358373e44;p=govpp.git diff --git a/binapi/l2e/l2e.ba.go b/binapi/l2e/l2e.ba.go index edca663..d25a328 100644 --- a/binapi/l2e/l2e.ba.go +++ b/binapi/l2e/l2e.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.4.0 +// VPP: 21.06-release +// source: /usr/share/vpp/api/plugins/l2e.api.json // Package l2e contains generated bindings for API file l2e.api. // @@ -25,10 +26,11 @@ const _ = api.GoVppAPIPackageIsVersion2 const ( APIFile = "l2e" APIVersion = "1.0.0" - VersionCrc = 0x7c918b8 + VersionCrc = 0x6e8abdfb ) // L2Emulation defines message 'l2_emulation'. +// InProgress: the message form may change in the future versions type L2Emulation struct { SwIfIndex interface_types.InterfaceIndex `binapi:"interface_index,name=sw_if_index" json:"sw_if_index,omitempty"` Enable bool `binapi:"bool,name=enable" json:"enable,omitempty"` @@ -66,6 +68,7 @@ func (m *L2Emulation) Unmarshal(b []byte) error { } // L2EmulationReply defines message 'l2_emulation_reply'. +// InProgress: the message form may change in the future versions type L2EmulationReply struct { Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"` }