2a8558d460921af9476acef3a448531aa9e4c0b6
[neutron.git] / neutron-hostconfig / vpp / src / main / resources / config / startup.cfg
1 # INITIAL VPP HOSTCONFIG CONFIGURATION
2 #
3 # Uncomment lines on the bottom of this file to change
4 # default values of neutron-hostconfig-vpp bundle config.
5 # The file should be placed to karaf_root_dir/etc
6 # vhostuser-mode can be set to client or server
7 #   server - VPP owns the connection creates a socket
8 #            file on hosting machine
9 #   client - VPP accepts the connection and looks for
10 #            a socket file on hosting machine
11 #
12 # socket-dir - directory where socket files should be
13 #              created or searched
14 # socket-prefix - name prefix of created socket files,
15 #                 e.g. socket_<port-uuid>
16 #
17 #vhostuser-mode=server
18 #socket-dir=/tmp/
19 #socket-prefix=socket_
20