Change module name to go.fd.io/govpp
[govpp.git] / binapi / gso / gso_rpc.ba.go
index 42bb837..f30f23f 100644 (file)
@@ -5,10 +5,10 @@ package gso
 import (
        "context"
 
-       api "git.fd.io/govpp.git/api"
+       api "go.fd.io/govpp/api"
 )
 
-// RPCService defines RPC service  gso.
+// RPCService defines RPC service gso.
 type RPCService interface {
        FeatureGsoEnableDisable(ctx context.Context, in *FeatureGsoEnableDisable) (*FeatureGsoEnableDisableReply, error)
 }
@@ -27,5 +27,5 @@ func (c *serviceClient) FeatureGsoEnableDisable(ctx context.Context, in *Feature
        if err != nil {
                return nil, err
        }
-       return out, nil
+       return out, api.RetvalToVPPApiError(out.Retval)
 }