mirror of
https://github.com/openvswitch/ovs
synced 2025-10-21 14:49:41 +00:00
This adds support for bridge compatibility to the generic Open vSwitch init scripts and to the Debian packaging. See https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/808224.
9 lines
281 B
Bash
9 lines
281 B
Bash
# This is a POSIX shell fragment -*- sh -*-
|
|
|
|
# FORCE_COREFILES: If 'yes' then core files will be enabled.
|
|
# FORCE_COREFILES=yes
|
|
|
|
# BRCOMPAT: If 'yes' and the openvswitch-brcompat package is installed, then
|
|
# Linux bridge compatibility will be enabled.
|
|
# BRCOMPAT=no
|