From 682250e328472e855a4c59e9e5f004473b6af0d3 Mon Sep 17 00:00:00 2001 From: Ondrej Fabry Date: Wed, 12 Jun 2019 18:37:20 +0200 Subject: Fix parsing API with removed CRC for types and unions - method GetCrcString() was also removed from DataType interface - fix generated comment for services - fix permissions for created files and directories Change-Id: If0b7a57e01f1128b5ba574fc5ee13b6a7c6aa6fd Signed-off-by: Ondrej Fabry --- examples/binapi/af_packet/af_packet.ba.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/binapi/af_packet') diff --git a/examples/binapi/af_packet/af_packet.ba.go b/examples/binapi/af_packet/af_packet.ba.go index 96fd02a..f4e47d0 100644 --- a/examples/binapi/af_packet/af_packet.ba.go +++ b/examples/binapi/af_packet/af_packet.ba.go @@ -188,7 +188,7 @@ func AllMessages() []api.Message { } } -// Service represents services in VPP binary API. +// Service represents VPP binary API services in af_packet module. type Service interface { DumpAfPacket(ctx context.Context, in *AfPacketDump) ([]*AfPacketDetails, error) AfPacketCreate(ctx context.Context, in *AfPacketCreate) (*AfPacketCreateReply, error) -- cgit 1.2.3-korg