mirror of
https://github.com/openvswitch/ovs
synced 2025-10-13 14:07:02 +00:00
Currently brcompat does not work on master due to recent datapath changes. We have decided to remove it as it is not used very widely. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Acked-by: Jesse Gross <jesse@nicira.com>
9 lines
296 B
Bash
9 lines
296 B
Bash
# 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=
|