summaryrefslogtreecommitdiff
path: root/debian/openvswitch-switchui.default
blob: 6cdbf7a5e79c77db9f22ef43324f2e10d3a8b852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# This is a POSIX shell fragment                -*- sh -*-

# To configure the switch monitor, modify the following.  Afterward,
# the secure channel will come up automatically at boot time.  It can
# be restarted immediately with
#       /etc/init.d/openvswitch-switchui start

# Defaults for initscript
# sourced by /etc/init.d/openvswitch-switchui
# installed at /etc/default/openvswitch-switchui by the maintainer scripts

# SWITCH_VCONN: The vconn used to connect to the switch (secchan).
# The secchan must be configured to listen to this vconn.  The default
# here set is also listened to by default by the openvswitch-switch
# package, so ordinarily there is no need to modify this.
SWITCH_VCONN="unix:/var/run/secchan.mgmt"

# EZIO3_DEVICE: To display the switch monitor on an EZIO3 (aka
# MTB-134) 16x2 LCD displays found on server appliances made by
# Portwell, set this to the EZIO3 serial device and uncomment it.
#EZIO3_DEVICE="/dev/ttyS1"

# OPENVT: When EZIO3_DEVICE is unset, this specifies the command under
# which to run ovs-switchui.  The default value of "/usr/bin/openvt"
# causes ovs-switchui to run on a new, otherwise empty virtual
# console.
#
# The value must be a command name without arguments.  Use a wrapper
# script to provide arguments if you need them.
#
# When EZIO3_DEVICE is set, this variable has no effect.
OPENVT="/usr/bin/openvt"

# DAEMON_OPTS: Additional options to pass to ovs-switchui.
DAEMON_OPTS=""