diff options
author | Ed Warnicke <eaw@cisco.com> | 2016-01-19 22:29:42 +0000 |
---|---|---|
committer | Ed Warnicke <eaw@cisco.com> | 2016-01-19 22:29:42 +0000 |
commit | 93d46756dae318ed3536ed40dd067a285b681f19 (patch) | |
tree | cf4d655185fca02ea56fad3feb2a9d6e7fa283cf | |
parent | 9c76c1fc68aaf1140b8d5b8b32fc7552f6381ed3 (diff) |
Revert "Reenable debug cli telnet listener"
Please leave the telnet disabled in the packages, as its is not secure on a server deployment and we *should* be secure out of the box.
This reverts commit 9c76c1fc68aaf1140b8d5b8b32fc7552f6381ed3.
https://gerrit.fd.io/r/#/c/102/
Change-Id: I0187375441b4a6dd508424d687f380bbfc485259
Signed-off-by: Ed Warnicke <eaw@cisco.com>
-rw-r--r-- | vpp/conf/startup.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vpp/conf/startup.conf b/vpp/conf/startup.conf index 51a46d7a132..5ce860b3252 100644 --- a/vpp/conf/startup.conf +++ b/vpp/conf/startup.conf @@ -3,7 +3,6 @@ unix { nodaemon log /tmp/vpe.log full-coredump - cli-listen localhost:5002 } api-trace { |