Merge "BUG-1200 fix external run.sh for the same logic of checking arguments"
authorLuis Gomez <ecelgp@gmail.com>
Wed, 2 Jul 2014 06:37:51 +0000 (06:37 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 2 Jul 2014 06:37:51 +0000 (06:37 +0000)
1  2 
distributions/base/src/assemble/resources/run.sh

index 3e2a1dc3f358016a4a8bb6aa929c429ff05f0076,de567fe5e4b019eb92409cd6a1ab2b2fea2c895f..4b84ffc20f2f074a73ccee0c846ffaf7a3849b68
@@@ -28,8 -50,12 +50,12 @@@ don
  # clean available optional configurations (links)
  find configuration/initial -type l -exec rm {} \;
  
+ ##of13
+ #of13             [-of13]
+ #   Option to run the OpenDaylight controller with the OpenFlow plugin (1.3).
+ ##
  # OF Filter selection
 -OF_FILTER="org.opendaylight.(openflowplugin|openflowjava)"
 +OF_FILTER="org.opendaylight.(openflowplugin|openflowjava|controller.sal-compatibility)"
  if (( $OF13 != 0 )); then
      OF_FILTER="org.opendaylight.controller.(thirdparty.org.openflow|protocol_plugins.openflow)"
      while read ofConfig; do