aboutsummaryrefslogtreecommitdiffstats
path: root/binapi/ip_neighbor
diff options
context:
space:
mode:
Diffstat (limited to 'binapi/ip_neighbor')
-rw-r--r--binapi/ip_neighbor/ip_neighbor.ba.go2
-rw-r--r--binapi/ip_neighbor/ip_neighbor_rpc.ba.go4
2 files changed, 5 insertions, 1 deletions
diff --git a/binapi/ip_neighbor/ip_neighbor.ba.go b/binapi/ip_neighbor/ip_neighbor.ba.go
index b06cb7e..ae3e319 100644
--- a/binapi/ip_neighbor/ip_neighbor.ba.go
+++ b/binapi/ip_neighbor/ip_neighbor.ba.go
@@ -1,6 +1,6 @@
// Code generated by GoVPP's binapi-generator. DO NOT EDIT.
// versions:
-// binapi-generator: v0.3.5-56-gc0da1f2-dirty
+// binapi-generator: v0.4.0-dev
// VPP: 21.06-release
// source: /usr/share/vpp/api/core/ip_neighbor.api.json
diff --git a/binapi/ip_neighbor/ip_neighbor_rpc.ba.go b/binapi/ip_neighbor/ip_neighbor_rpc.ba.go
index 2ecde5e..727c12f 100644
--- a/binapi/ip_neighbor/ip_neighbor_rpc.ba.go
+++ b/binapi/ip_neighbor/ip_neighbor_rpc.ba.go
@@ -82,6 +82,10 @@ func (c *serviceClient_IPNeighborDumpClient) Recv() (*IPNeighborDetails, error)
case *IPNeighborDetails:
return m, nil
case *vpe.ControlPingReply:
+ err = c.Stream.Close()
+ if err != nil {
+ return nil, err
+ }
return nil, io.EOF
default:
return nil, fmt.Errorf("unexpected message: %T %v", m, m)