Skip to content

Commit

Permalink
[Windows] Upgrade OVS version to 2.15.2
Browse files Browse the repository at this point in the history
It includes AntreaProxy related fixes.
openvswitch/ovs-issues#229
openvswitch/ovs-issues#231

Signed-off-by: Zhecheng Li <lzhecheng@vmware.com>
  • Loading branch information
lzhecheng committed Nov 8, 2021
1 parent 873bd29 commit 9092014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/windows/Install-OVS.ps1
Expand Up @@ -32,9 +32,9 @@ Param(
)

$ErrorActionPreference = "Stop"
$OVSDownloadURL = "https://downloads.antrea.io/ovs/ovs-2.14.2-antrea.1-win64.zip"
$OVSDownloadURL = "https://downloads.antrea.io/ovs/ovs-2.15.2-antrea.0-win64.zip"
# Use a SHA256 hash to ensure that the downloaded archive is correct.
$OVSPublishedHash = '98f0b1cf051b8ad46d736b5b493a750c14db97ec031bde8f5193ad114b765b39'
$OVSPublishedHash = '969703a11c980bc2752948d5707074c83bc2778351b81554edcef9e6d220bb7f'
$WorkDir = [System.IO.Path]::GetDirectoryName($myInvocation.MyCommand.Definition)
$OVSDownloadDir = $WorkDir
$PowerShellModuleBase = "C:\Windows\System32\WindowsPowerShell\v1.0\Modules"
Expand Down

0 comments on commit 9092014

Please sign in to comment.