diff options
author | mhalaj1 <matus.halaj@pantheon.tech> | 2021-08-26 13:10:48 +0200 |
---|---|---|
committer | mhalaj1 <matus.halaj@pantheon.tech> | 2021-08-26 13:10:48 +0200 |
commit | debc52dea8a81417bb08ca5bb934c7876b6d65e0 (patch) | |
tree | 23909430d78d6b77c2b414814e843708a6bab08e /binapi/l2e/l2e.ba.go | |
parent | c0da1f2999a6b08d003c0fed1a23e1ca60dd1571 (diff) |
regenerate binapi
Signed-off-by: mhalaj1 <matus.halaj@pantheon.tech>
Change-Id: I9bb6a5ca00aa542128bde0bfbbba7b57b9f16ed2
Diffstat (limited to 'binapi/l2e/l2e.ba.go')
-rw-r--r-- | binapi/l2e/l2e.ba.go | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/binapi/l2e/l2e.ba.go b/binapi/l2e/l2e.ba.go index 7bf5186..b676d69 100644 --- a/binapi/l2e/l2e.ba.go +++ b/binapi/l2e/l2e.ba.go @@ -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/l2e.api.json // Package l2e contains generated bindings for API file l2e.api. @@ -26,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"` @@ -67,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"` } |