aboutsummaryrefslogtreecommitdiffstats
path: root/examples/binapi/af_packet/af_packet.ba.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/binapi/af_packet/af_packet.ba.go')
-rw-r--r--examples/binapi/af_packet/af_packet.ba.go2
1 files changed, 1 insertions, 1 deletions
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)