aboutsummaryrefslogtreecommitdiffstats
path: root/vnet
diff options
context:
space:
mode:
authorEd Warnicke <eaw@cisco.com>2016-04-01 22:43:37 -0500
committerGerrit Code Review <gerrit@fd.io>2016-04-06 16:03:33 +0000
commita25bd1cae44e3a09584366c161cbc6beebd3d2c4 (patch)
treeebbb3091083c383df95644dfd98028d391e41f2d /vnet
parentdf2b0fd80281886cbfbe6c699f968b439cc3cd5f (diff)
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>
Diffstat (limited to 'vnet')
0 files changed, 0 insertions, 0 deletions