diff options
author | Ole Troan <ot@cisco.com> | 2018-08-02 20:37:13 +0200 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2018-08-03 17:40:05 +0000 |
commit | e7a9b3d2545c00689fe7547e7d807fe4a9b3365d (patch) | |
tree | 0763560e65c9c9a4c74192ef8e1fb96052b20044 /README.md | |
parent | c8e7f419fed65f2a9d055a5c9850e5fb213d9152 (diff) |
API: Remove legacy vlibsocket code.
The API implementation now supports Unix domain sockets.
The vlibsocket code has not been included in builds for
a long time and is superfluous.
Change-Id: I67a773d0e86e2318eacecf33f82d075553146ee9
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md index 9aa2da8df5b..4cc283b5e53 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ Details of the changes leading up to this version of VPP can be found under | @ref src/vlib | VPP application library | | @ref src/vlibapi | VPP API library | | @ref src/vlibmemory | VPP Memory management | -| @ref src/vlibsocket | VPP Socket I/O | | @ref src/vnet | VPP networking | | @ref src/vpp | VPP application | | @ref src/vpp-api | VPP application API bindings | |