From 93d46756dae318ed3536ed40dd067a285b681f19 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Tue, 19 Jan 2016 22:29:42 +0000 Subject: 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 --- vpp/conf/startup.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'vpp') diff --git a/vpp/conf/startup.conf b/vpp/conf/startup.conf index 51a46d7a..5ce860b3 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 { -- cgit