diff options
author | Ondrej Fabry <ofabry@cisco.com> | 2020-06-25 11:55:58 +0200 |
---|---|---|
committer | Ondrej Fabry <ofabry@cisco.com> | 2020-06-25 11:55:58 +0200 |
commit | df67791c6ffc96331f75aec7d3addfe2efca7739 (patch) | |
tree | 8da8dbda17146df62064737a86f5b46aec049a4d /adapter | |
parent | ceed73403bdb61387d04be8b47183e9c4a970749 (diff) |
Introduce Stream - experimental API for low-level access to VPP API
Change-Id: I2698e11b76ff55d9730b47d4fee990be93349516
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Diffstat (limited to 'adapter')
-rw-r--r-- | adapter/vppapiclient/doc.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/adapter/vppapiclient/doc.go b/adapter/vppapiclient/doc.go index 6505498..d9ad12b 100644 --- a/adapter/vppapiclient/doc.go +++ b/adapter/vppapiclient/doc.go @@ -15,4 +15,7 @@ // Package vppapiclient is the default VPP adapter being used for // the connection to VPP binary & stats API via shared memory. // It is essentially Go wrapper for the VPP vppapiclient library written in C. +// +// DEPRECATED: The vppapiclient implementation has been deprecated. +// Use socketclient and statsclient. package vppapiclient |