|
...
|
...
|
@@ -134,7 +134,7 @@ function start_opendaylight {
|
|
134
|
134
|
# The flags to ODL have the following meaning:
|
|
135
|
135
|
# -of13: runs ODL using OpenFlow 1.3 protocol support.
|
|
136
|
136
|
# -virt ovsdb: Runs ODL in "virtualization" mode with OVSDB support
|
|
137
|
|
- screen_it odl-server "cd $ODL_DIR/opendaylight && JAVE_HOME=$JHOME ./run.sh $ODL_ARGS -of13 -virt ovsdb"
|
|
|
137
|
+ screen_it odl-server "cd $ODL_DIR/opendaylight && JAVA_HOME=$JHOME ./run.sh $ODL_ARGS -of13 -virt ovsdb"
|
|
138
|
138
|
|
|
139
|
139
|
# Sleep a bit to let OpenDaylight finish starting up
|
|
140
|
140
|
sleep $ODL_BOOT_WAIT
|