Skip to content

Commit 5a0686b

Browse files
authored
windows: fix ovn patches (#3035)
1 parent e3b7439 commit 5a0686b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build-windows.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,17 @@ jobs:
109109
working-directory: ovn
110110
run: |
111111
# change hash type from dp_hash to hash with field src_ip
112-
Invoke-WebRequest -Uri "https://github.com/kubeovn/ovn/commit/ae04d5e75d443500d537084d7db466513f63a7af.patch" -OutFile ..\ovn-01.patch
112+
Invoke-WebRequest -Uri "https://github.com/kubeovn/ovn/commit/5a04402c01df1463b9e1edcbc1c5634793687140.patch" -OutFile ..\ovn-01.patch
113113
# add support for windows
114-
Invoke-WebRequest -Uri "https://github.com/kubeovn/ovn/commit/05e57b322758461c54d5cad030486c3d25942c73.patch" -OutFile ..\ovn-02.patch
114+
Invoke-WebRequest -Uri "https://github.com/kubeovn/ovn/commit/2c85af7097e4c39d225c98dc68b55a964d0197d7.patch" -OutFile ..\ovn-02.patch
115115
# set br-int controller to TCP 127.0.0.1:6653
116-
Invoke-WebRequest -Uri "https://github.com/kubeovn/ovn/commit/0181b68be18e96bc4ca68a0c3e5082da34c9dcdd.patch" -OutFile ..\ovn-03.patch
116+
Invoke-WebRequest -Uri "https://github.com/kubeovn/ovn/commit/24dcd9485ebb0f6c962250684fae512850cd9210.patch" -OutFile ..\ovn-03.patch
117+
# ovn-controller: do not send GARP on localnet for Kube-OVN ports
118+
Invoke-WebRequest -Uri "https://github.com/kubeovn/ovn/commit/30ff0ba51745f5ea1b38ed63e8cd8e0479d0f916.patch" -OutFile ..\ovn-04.patch
117119
git apply ..\ovn-01.patch
118120
git apply ..\ovn-02.patch
119121
git apply ..\ovn-03.patch
122+
git apply ..\ovn-04.patch
120123
121124
- name: Build PTHREADS4W
122125
working-directory: pthreads4w\code

0 commit comments

Comments
 (0)