@@ -41,21 +41,21 @@ RUN dpkg -i /usr/src/python3-openvswitch*.deb /usr/src/libopenvswitch*.deb
41
41
RUN cd /usr/src/ && git clone -b branch-22.03 --depth=1 https://github.com/ovn-org/ovn.git && \
42
42
cd ovn && \
43
43
# fix ssl listen address
44
- curl -s https://github.com/kubeovn/ovn/commit/62d4969877712c26fe425698d898b440f91b44bf .patch | git apply && \
44
+ curl -s https://github.com/kubeovn/ovn/commit/7992d55af9ac356d3ad934764f473d1b6aa4cf64 .patch | git apply && \
45
45
# ovn-controller: Add a generic way to check if the daemon started recently.
46
- curl -s https://github.com/kubeovn/ovn/commit/367d7ab6239089ce99dda20818c8833c69ffd77f .patch | git apply && \
46
+ curl -s https://github.com/kubeovn/ovn/commit/b60d6c60b3f78efb92ad2583a64821e618659344 .patch | git apply && \
47
47
# patch.c: Avoid patch interface deletion & recreation during restart.
48
- curl -s https://github.com/kubeovn/ovn/commit/e4b97b4961fa80071cb73aa40cf97f586f55b1eb .patch | git apply && \
48
+ curl -s https://github.com/kubeovn/ovn/commit/d15464497a5e4737bf4122f134ebc006f1a6788f .patch | git apply && \
49
49
# do not send traffic that not designate to svc to conntrack
50
- curl -s https://github.com/kubeovn/ovn/commit/d26ae4de0ab070f6b602688ba808c8963f69d5c4 .patch | git apply && \
50
+ curl -s https://github.com/kubeovn/ovn/commit/7af1a269e5a52938be310108524365a6a75b73ef .patch | git apply && \
51
51
# change hash type from dp_hash to hash with field src_ip
52
- curl -s https://github.com/kubeovn/ovn/commit/ab923b252271cbbcccc8091e338ee7efe75e5fcd .patch | git apply && \
52
+ curl -s https://github.com/kubeovn/ovn/commit/2c36d523998a20bec95e36fee815a6a46bda80c1 .patch | git apply && \
53
53
# set ether dst addr for dnat on logical switch
54
- curl -s https://github.com/kubeovn/ovn/commit/58a40438926745dfdd498c09ea71e1746b803a42 .patch | git apply && \
54
+ curl -s https://github.com/kubeovn/ovn/commit/7d349c9d22a49b6be02d1f679dd771f7ce72c524 .patch | git apply && \
55
55
# modify src route priority
56
- curl -s https://github.com/kubeovn/ovn/commit/e0e20deb188434f73143b1906e481fdac913429d .patch | git apply && \
56
+ curl -s https://github.com/kubeovn/ovn/commit/2b7226d936a60140574827a6a34560e0b332e876 .patch | git apply && \
57
57
# fix reaching resubmit limit in underlay
58
- curl -s https://github.com/kubeovn/ovn/commit/f531458f2076fc89419a2ce58974230b7be7b76c .patch | git apply && \
58
+ curl -s https://github.com/kubeovn/ovn/commit/44b44df9ceb37d526594126c6f8737fafb53269c .patch | git apply && \
59
59
sed -i 's/OVN/ovn/g' debian/changelog && \
60
60
rm -rf .git && \
61
61
./boot.sh && \
0 commit comments