Skip to content

Commit

Permalink
fix: replace ecmp dp_hash with hash by src_ip (#1289)
Browse files Browse the repository at this point in the history
    Related to ovn-org/ovn#112
  • Loading branch information
hongzhen-ma committed Feb 28, 2022
1 parent f662890 commit c76e9b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN cd /usr/src/ && git clone -b branch-21.03 --depth=1 https://github.com/ovn-o
cd ovn && \
curl https://github.com/kubeovn/ovn/commit/289c62e3fcd05901dac4b727aa59f6cba058905f.patch | git apply && \
curl https://github.com/kubeovn/ovn/commit/e24734913d25c0bffdf1cfd79e14ef43d01e1019.patch | git apply && \
curl -s https://github.com/kubeovn/ovn/commit/71f831b9cc5a6dc923af4ca90286857e2cf8b1d3.patch | git apply && \
sed -i 's/OVN/ovn/g' debian/changelog && \
rm -rf .git && \
./boot.sh && \
Expand Down

0 comments on commit c76e9b0

Please sign in to comment.