This file is indexed.

/usr/share/openvswitch/switch/default.template is in openvswitch-switch 2.5.0-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# This is a POSIX shell fragment                -*- sh -*-

# FORCE_COREFILES: If 'yes' then core files will be enabled.
# FORCE_COREFILES=yes

# OVS_CTL_OPTS: Extra options to pass to ovs-ctl.  This is, for example,
# a suitable place to specify --ovs-vswitchd-wrapper=valgrind.
# OVS_CTL_OPTS=

# DPDK options - see /usr/share/doc/openvswitch-common/INSTALL.DPDK.md.gz
# DPDK_OPTS='--dpdk -c 0x1 -n 4'