Ed Warnicke a25bd1cae4 Do not listen unless configured with cli-listen.
I noticed while mucking about with lsof that vpp
was listening on port 5000.

telnet 0 5000 revealed that it was listening for
the cli on that port.

Digging into the code, it turns out that if you
do not configure cli-listen (Example:

unix {
     cli-listen localhost:5002
}
)

Then vpp is listening on the first available port
starting at port 5000 anyway.  This is a simple
patch to *not* listen unless configured to do so.

Change-Id: Id7f6f4d69e0a1642d2767849a90b21f38f21ecaa
Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-04-06 16:03:33 +00:00
2016-03-07 10:52:58 +01:00
2016-04-06 08:05:17 -07:00
2016-04-01 16:38:33 +02:00
2016-04-04 15:53:44 -07:00
2016-03-14 03:41:05 +00:00
2016-03-25 20:28:48 +00:00
2016-03-29 21:25:12 +00:00
Description
No description provided
Apache-2.0 551 MiB
Languages
C 78.9%
Python 15%
C++ 3.3%
CMake 0.7%
Go 0.6%
Other 1.4%