aboutsummaryrefslogtreecommitdiffstats
path: root/examples/binapi/acl/acl.ba.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/binapi/acl/acl.ba.go')
-rw-r--r--examples/binapi/acl/acl.ba.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/binapi/acl/acl.ba.go b/examples/binapi/acl/acl.ba.go
index a00918e..6708e74 100644
--- a/examples/binapi/acl/acl.ba.go
+++ b/examples/binapi/acl/acl.ba.go
@@ -737,7 +737,7 @@ func AllMessages() []api.Message {
}
}
-// Service represents services in VPP binary API.
+// Service represents VPP binary API services in acl module.
type Service interface {
DumpACL(ctx context.Context, in *ACLDump) ([]*ACLDetails, error)
DumpACLInterfaceEtypeWhitelist(ctx context.Context, in *ACLInterfaceEtypeWhitelistDump) ([]*ACLInterfaceEtypeWhitelistDetails, error)