diff options
author | Ed Warnicke <eaw@cisco.com> | 2015-12-15 16:25:27 -0700 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2015-12-16 13:29:09 +0000 |
commit | 18589bbb85b61f605570196a5baf1cd2d13702a3 (patch) | |
tree | 159f35f3775766d231d5ebfe29291973a59ee9ad /vpp/conf/startup.conf | |
parent | 802611c7c4766183c5726fd06bf020fa692b3e15 (diff) |
Disable telnet to in default package config
Change-Id: I1c9ab4454571d7945b7fa3864e08d17cb9f3b5fc
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'vpp/conf/startup.conf')
-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 081589e9..5ce860b3 100644 --- a/vpp/conf/startup.conf +++ b/vpp/conf/startup.conf @@ -2,7 +2,6 @@ unix { nodaemon log /tmp/vpe.log - cli-listen localhost:5002 full-coredump } |