Rename "secchan" to "ofproto" (library) and "ovs-openflowd" (program).
[sliver-openvswitch.git] / debian / openvswitch-switchui.default
1 # This is a POSIX shell fragment                -*- sh -*-
2
3 # To configure the switch UI, modify the following.  Afterward,
4 # the switch UI will come up automatically at boot time.  It can
5 # be restarted immediately with
6 #       /etc/init.d/openvswitch-switchui start
7
8 # Defaults for initscript
9 # sourced by /etc/init.d/openvswitch-switchui
10 # installed at /etc/default/openvswitch-switchui by the maintainer scripts
11
12 # SWITCH_VCONN: The vconn used to connect to the switch (ovs-openflowd).
13 # The ovs-openflowd must be configured to listen to this vconn.  The default
14 # here set is also listened to by default by the openvswitch-switch
15 # package, so ordinarily there is no need to modify this.
16 SWITCH_VCONN="unix:/var/run/ovs-openflowd.mgmt"
17
18 # EZIO3_DEVICE: To display the switch monitor on an EZIO3 (aka
19 # MTB-134) 16x2 LCD displays found on server appliances made by
20 # Portwell, set this to the EZIO3 serial device and uncomment it.
21 #EZIO3_DEVICE="/dev/ttyS1"
22
23 # OPENVT: When EZIO3_DEVICE is unset, this specifies the command under
24 # which to run ovs-switchui.  The default value of "/usr/bin/openvt"
25 # causes ovs-switchui to run on a new, otherwise empty virtual
26 # console.
27 #
28 # The value must be a command name without arguments.  Use a wrapper
29 # script to provide arguments if you need them.
30 #
31 # When EZIO3_DEVICE is set, this variable has no effect.
32 OPENVT="/usr/bin/openvt"
33
34 # DAEMON_OPTS: Additional options to pass to ovs-switchui.
35 DAEMON_OPTS=""