aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2017-06-20 16:35:29 +0200
committerChris Luke <chris_luke@comcast.com>2017-06-24 15:14:14 +0000
commitaad20988b6a0a5058e520948d2a5835cfbc3b523 (patch)
tree7d795028582c31ea987666375751b0e31e2454c5 /Makefile
parentb2861e8fb6855e9924887e5743d65ebbfbc6d7d2 (diff)
Rewrite vppctl in C
- removes python dependency - removes vpp_api_test dependency - communicates over unix socket - properly detects terminal size and type - responds on terminal resize Change-Id: I46c0a49f9b5f9ef8a0a31faec4fc5d49aa3ee02e Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3ef236a6e34..af9469590c5 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ GDB?=gdb
PLATFORM?=vpp
SAMPLE_PLUGIN?=no
-MINIMAL_STARTUP_CONF="unix { interactive }"
+MINIMAL_STARTUP_CONF="unix { interactive cli-listen /run/vpp/cli.sock gid $(shell id -g) }"
GDB_ARGS= -ex "handle SIGUSR1 noprint nostop"