Enable OF 1.3 switch revision choice
This commit is contained in:
@@ -186,6 +186,11 @@ function of13 {
|
|||||||
|
|
||||||
if [ ! -d "ofsoftswitch13" ]; then
|
if [ ! -d "ofsoftswitch13" ]; then
|
||||||
git clone https://github.com/CPqD/ofsoftswitch13.git
|
git clone https://github.com/CPqD/ofsoftswitch13.git
|
||||||
|
if [[ -n "$OF13_SWITCH_REV" ]]; then
|
||||||
|
cd ofsoftswitch13
|
||||||
|
git checkout ${OF13_SWITCH_REV}
|
||||||
|
cd ..
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install netbee
|
# Install netbee
|
||||||
|
|||||||
Reference in New Issue
Block a user