Skip to content

Commit

Permalink
fix: update ovn patch
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed May 27, 2020
1 parent b7287a2 commit 3a2ee05
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dist/images/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ cd ..

git clone -b branch-2.13 --depth=1 https://github.com/openvswitch/ovs.git
cd ovs
# change compact interval to reduce resource usage
curl https://github.com/alauda/ovs/commit/238003290766808ba310e1875157b3d414245603.patch | git apply
sed -i 's/2.13.1/2.13.0/g' configure.ac
sed -i 's/sphinx-build-3/sphinx-build/g' rhel/openvswitch-fedora.spec.in
Expand All @@ -27,9 +28,14 @@ cd ..

git clone -b branch-20.03 --depth=1 https://github.com/ovn-org/ovn.git
cd ovn

# src-route priority
curl https://github.com/alauda/ovn/commit/19e802b80c866089af8f7a21512f68decc75a874.patch | git apply
# change route priority
curl https://github.com/oilbeater/ovn/commit/7e49a662d9a9d23d673958564048eee71dc941f0.patch | git apply
curl https://github.com/oilbeater/ovn/commit/1e0d051acb355ca835e07f87be402cfb5d68f5b2.patch | git apply
#ovn-northd: Do not generate logical flows if lsp is not up
curl https://github.com/oilbeater/ovn/commit/9a4460caa1bffe8686c91309248a05f854fc1345.patch | git apply

sed -i 's/20.03.1/20.03.0/g' configure.ac
./boot.sh
if [ "$ARCH" = "amd64" ]; then
Expand Down

0 comments on commit 3a2ee05

Please sign in to comment.