X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debian%2Fopenflow-switch.default;h=7eedab527b5b7ed8e83a58331bccf0339c2999f5;hb=72ce961ebb76cb3bcdd326aff682a45339302f3c;hp=ec3696a77f59d6d0de8db018fec9c6a99b8a183c;hpb=9abe7b6f199f7ee403cc10cb99b717dd9d5880fd;p=sliver-openvswitch.git diff --git a/debian/openflow-switch.default b/debian/openflow-switch.default index ec3696a77..7eedab527 100644 --- a/debian/openflow-switch.default +++ b/debian/openflow-switch.default @@ -4,8 +4,8 @@ # uncomment them. Afterward, the secure channel will come up # automatically at boot time. It can be started immediately with # /etc/init.d/openflow-switch start -# Alternatively, use the ofp-switch-setup program to do everything -# automatically. +# Alternatively, use the ofp-switch-setup program (from the +# openflow-switch-config package) to do everything automatically. # NETDEVS: Which network devices should the OpenFlow switch include? # @@ -48,7 +48,8 @@ MODE=discovery # configured statically or dynamically: # # * For static configuration, specify the switch's IP address as a -# string. +# string. In this case you may also set SWITCH_NETMASK and +# SWITCH_GATEWAY appropriately. # # * For dynamic configuration with DHCP (the most common case), # specify "dhcp". Configuration with DHCP will only work reliably @@ -57,6 +58,8 @@ MODE=discovery # # This setting has no effect unless MODE is set to 'in-band'. SWITCH_IP=dhcp +#SWITCH_NETMASK=255.255.255.0 +#SWITCH_GATEWAY=192.168.1.1 # CONTROLLER: Location of controller. # One of the following formats: @@ -94,10 +97,38 @@ SWITCH_IP=dhcp # MGMT_VCONNS: List of vconns (space-separated) on which secchan # should listen for management connections from dpctl, etc. -# openflow-switchmon by default connects to -# unix:/var/run/secchan.socket, so do not disable this if you want to -# use openflow-switchmon. -MGMT_VCONNS="punix:/var/run/secchan.socket" +# openflow-switchui by default connects to +# unix:/var/run/secchan.mgmt, so do not disable this if you want to +# use openflow-switchui. +MGMT_VCONNS="punix:/var/run/secchan.mgmt" + +# MONITOR_VCONN: Name of vconn on which secchan should listen for +# monitoring connections from dpctl. +MONITOR_VCONN="punix:/var/run/secchan.monitor" + +# COMMANDS: Access control list for the commands that can be executed +# remotely over the OpenFlow protocol, as a comma-separated list of +# shell glob patterns. Negative patterns (beginning with !) act as a +# blacklist. To be executable, a command name must match one positive +# pattern and not match any negative patterns. +#COMMANDS="reboot,update" # DAEMON_OPTS: Additional options to pass to secchan, e.g. "--fail=open" DAEMON_OPTS="" + +# CORE_LIMIT: Maximum size for core dumps. +# +# Leaving this unset will use the system default. Setting it to 0 +# will disable core dumps. Setting it to "unlimited" will dump all +# core files regardless of size. +#CORE_LIMIT=unlimited + +# DATAPATH_ID: Identifier for this switch. +# +# By default, the switch generates a new, random datapath ID every time +# it starts up. By setting this value, the datapath ID will be consistent +# from one run to the next. +# +# Set DATAPATH_ID to a MAC address in the form XX:XX:XX:XX:XX:XX where each +# X is a hexadecimal digit (0-9 or a-f). +#DATAPATH_ID=XX:XX:XX:XX:XX:XX