Skip to content

Commit

Permalink
fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Jan 19, 2023
1 parent 8b7cfb5 commit acb0ea5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ RUN cd /usr/src/ && git clone -b branch-22.12 --depth=1 https://github.com/ovn-o
# fix ssl listen address
curl -s https://github.com/kubeovn/ovn/commit/62d4969877712c26fe425698d898b440f91b44bf.patch | git apply && \
# do not send traffic that not designate to svc to conntrack
curl -s https://github.com/kubeovn/ovn/commit/721d26f95fd060db780c7babb7bdf32626e0160e.patch | git apply && \
curl -s https://github.com/kubeovn/ovn/commit/0700cb90f950db1fb43490545dd4fc41afa46d70.patch | git apply && \
# change hash type from dp_hash to hash with field src_ip
curl -s https://github.com/kubeovn/ovn/commit/1ea8a87063f6fe1ac109a922c416625c8e2a95ae.patch | git apply && \
curl -s https://github.com/kubeovn/ovn/commit/c48049a64fedb1278f9158770a12751ee5bfc358.patch | git apply && \
# set ether dst addr for dnat on logical switch
curl -s https://github.com/kubeovn/ovn/commit/ce0a60ec0c12716fc5ebb3093975b69a8e43771e.patch | git apply && \
curl -s https://github.com/kubeovn/ovn/commit/540592b9fff8c5574ae605086fdaa16b718551f7.patch | git apply && \
# modify src route priority
curl -s https://github.com/kubeovn/ovn/commit/b8a746ad20d1362c1953a42fe6078cbcbacffb53.patch | git apply && \
curl -s https://github.com/kubeovn/ovn/commit/b3801ecb732a788efd2380a7daca4e2a7726128e.patch | git apply && \
# fix reaching resubmit limit in underlay
curl -s https://github.com/kubeovn/ovn/commit/374e05a02e03fd27f80b3e2acc6c9e8518519729.patch | git apply && \
curl -s https://github.com/kubeovn/ovn/commit/977e569539893460cd27b2287d6042b62079ea65.patch | git apply && \
sed -i 's/OVN/ovn/g' debian/changelog && \
rm -rf .git && \
./boot.sh && \
Expand Down

0 comments on commit acb0ea5

Please sign in to comment.