diff options
author | Damjan Marion <damarion@cisco.com> | 2016-01-19 21:05:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-01-19 21:05:28 +0000 |
commit | 52372b6c8e36401721a0533301e1ecdb30109424 (patch) | |
tree | e8672c99a252841ff06c1a4f7d2bd09f488db57a | |
parent | 8a75906a2ad1bbf9e8185051dfa118cf338a00ba (diff) | |
parent | 9c76c1fc68aaf1140b8d5b8b32fc7552f6381ed3 (diff) |
Merge "Reenable debug cli telnet listener"
-rw-r--r-- | vpp/conf/startup.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vpp/conf/startup.conf b/vpp/conf/startup.conf index 5ce860b3252..51a46d7a132 100644 --- a/vpp/conf/startup.conf +++ b/vpp/conf/startup.conf @@ -3,6 +3,7 @@ unix { nodaemon log /tmp/vpe.log full-coredump + cli-listen localhost:5002 } api-trace { |