From ec6290a8a50ab7e551b858d4f1b7b565bf2b0c1e Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Wed, 8 Jun 2016 17:15:08 -0500 Subject: VPP-127: Make rpm/deb provide vpp group to access vpp-api Change-Id: I80b7f55034d64ad8360e29c669002948317c64ba Signed-off-by: Ed Warnicke --- vpp/conf/startup.conf | 4 ++++ vpp/conf/startup.uiopcigeneric.conf | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'vpp/conf') diff --git a/vpp/conf/startup.conf b/vpp/conf/startup.conf index f96c5735..ea6d8009 100644 --- a/vpp/conf/startup.conf +++ b/vpp/conf/startup.conf @@ -8,3 +8,7 @@ unix { api-trace { on } + +api-segment { + gid vpp +} diff --git a/vpp/conf/startup.uiopcigeneric.conf b/vpp/conf/startup.uiopcigeneric.conf index 69bdb716..03a89dff 100644 --- a/vpp/conf/startup.uiopcigeneric.conf +++ b/vpp/conf/startup.uiopcigeneric.conf @@ -12,3 +12,7 @@ dpdk { api-trace { on } + +api-segment { + gid vpp +} -- cgit 1.2.3-korg