aboutsummaryrefslogtreecommitdiffstats
path: root/binapi/ioam_export/ioam_export_rpc.ba.go
diff options
context:
space:
mode:
Diffstat (limited to 'binapi/ioam_export/ioam_export_rpc.ba.go')
-rw-r--r--binapi/ioam_export/ioam_export_rpc.ba.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/binapi/ioam_export/ioam_export_rpc.ba.go b/binapi/ioam_export/ioam_export_rpc.ba.go
index 9cf5396..0e0da2e 100644
--- a/binapi/ioam_export/ioam_export_rpc.ba.go
+++ b/binapi/ioam_export/ioam_export_rpc.ba.go
@@ -8,7 +8,7 @@ import (
api "git.fd.io/govpp.git/api"
)
-// RPCService defines RPC service ioam_export.
+// RPCService defines RPC service ioam_export.
type RPCService interface {
IoamExportIP6EnableDisable(ctx context.Context, in *IoamExportIP6EnableDisable) (*IoamExportIP6EnableDisableReply, error)
}
@@ -27,5 +27,5 @@ func (c *serviceClient) IoamExportIP6EnableDisable(ctx context.Context, in *Ioam
if err != nil {
return nil, err
}
- return out, nil
+ return out, api.RetvalToVPPApiError(out.Retval)
}