Add missing license notice
[neutron.git] / neutron-hostconfig / vpp / src / main / resources / config / startup.cfg
1 #
2 # Copyright (c) 2018 Intel Corporation and others.  All rights reserved.
3 #
4 # This program and the accompanying materials are made available under the
5 # terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 # and is available at http://www.eclipse.org/legal/epl-v10.html
7 #
8
9 # INITIAL VPP HOSTCONFIG CONFIGURATION
10 #
11 # Uncomment lines on the bottom of this file to change
12 # default values of neutron-hostconfig-vpp bundle config.
13 # The file should be placed to karaf_root_dir/etc
14 # vhostuser-mode can be set to client or server
15 #   server - VPP owns the connection creates a socket
16 #            file on hosting machine
17 #   client - VPP accepts the connection and looks for
18 #            a socket file on hosting machine
19 #
20 # socket-dir - directory where socket files should be
21 #              created or searched
22 # socket-prefix - name prefix of created socket files,
23 #                 e.g. socket_<port-uuid>
24 #
25 #vhostuser-mode=server
26 #socket-dir=/tmp/
27 #socket-prefix=socket_
28