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 /MAINTAINERS | |
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 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c2d6254798d..0b3d8fa2fcb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -51,7 +51,6 @@ VLIB API Libraries M: Dave Barach <dave@barachs.net> F: src/vlibapi/ F: src/vlibmemory/ -F: src/vlibsocket/ VNET Bidirectonal Forwarding Detection (BFD) M: Klement Sekera <ksekera@cisco.com> |