config.startup.cfg Maven / Gradle / Ivy
#
# Copyright (c) 2018 Intel Corporation and others. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v1.0 which accompanies this distribution,
# and is available at http://www.eclipse.org/legal/epl-v10.html
#
# INITIAL VPP HOSTCONFIG CONFIGURATION
#
# Uncomment lines on the bottom of this file to change
# default values of neutron-hostconfig-vpp bundle config.
# The file should be placed to karaf_root_dir/etc
# vhostuser-mode can be set to client or server
# server - VPP owns the connection creates a socket
# file on hosting machine
# client - VPP accepts the connection and looks for
# a socket file on hosting machine
#
# socket-dir - directory where socket files should be
# created or searched
# socket-prefix - name prefix of created socket files,
# e.g. socket_
#
#vhostuser-mode=server
#socket-dir=/tmp/
#socket-prefix=socket_