Skip to content

Commit

Permalink
API: Remove legacy vlibsocket code.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Ole Troan authored and Dave Barach committed Aug 3, 2018
1 parent c8e7f41 commit e7a9b3d
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 458 deletions.
1 change: 0 additions & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ VLIB API Libraries
M: Dave Barach <[email protected]>
F: src/vlibapi/
F: src/vlibmemory/
F: src/vlibsocket/

VNET Bidirectonal Forwarding Detection (BFD)
M: Klement Sekera <[email protected]>
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
1 change: 0 additions & 1 deletion doxygen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ DOXY_SRC_DIRECTORIES = \
$(DOXY_SRC)/vlib \
$(DOXY_SRC)/vlibapi \
$(DOXY_SRC)/vlibmemory \
$(DOXY_SRC)/vlibsocket \
$(DOXY_SRC)/vnet \
$(DOXY_SRC)/vpp \
$(DOXY_SRC)/vpp-api \
Expand Down
4 changes: 0 additions & 4 deletions src/vlib-api.am
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ BUILT_SOURCES += \
vlibmemory/memclnt.api.h \
vlibmemory/memclnt.api.json

noinst_PROGRAMS += sock_test

sock_test_SOURCES = vlibsocket/sock_test.c

API_FILES += vlibmemory/memclnt.api

# vi:syntax=automake
87 changes: 0 additions & 87 deletions src/vlibsocket/api.h

This file was deleted.

155 changes: 0 additions & 155 deletions src/vlibsocket/sock_test.c

This file was deleted.

Loading

0 comments on commit e7a9b3d

Please sign in to comment.