Skip to content

Commit 17fb8a3

Browse files
committed
libyang error was fixed by changing the version to v2.1.128 in both ffrouting-install.sh files on line 17
1 parent a5b0dcf commit 17fb8a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎aws-hybrid-bgpvpn/OnPremRouter1/ffrouting-install.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sudo apt-get install -y \
1414
cd /tmp
1515
git clone https://github.com/CESNET/libyang.git
1616
cd libyang
17-
git checkout v2.0.0
17+
git checkout v2.1.128
1818
mkdir build; cd build
1919
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \
2020
-DCMAKE_BUILD_TYPE:String="Release" ..

‎aws-hybrid-bgpvpn/OnPremRouter2/ffrouting-install.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sudo apt-get install -y \
1414
cd /tmp
1515
git clone https://github.com/CESNET/libyang.git
1616
cd libyang
17-
git checkout v2.0.0
17+
git checkout v2.1.128
1818
mkdir build; cd build
1919
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \
2020
-DCMAKE_BUILD_TYPE:String="Release" ..

0 commit comments

Comments
 (0)