Skip to content

Commit

Permalink
Merge pull request #88 from dceara/use-ovs-main-branch
Browse files Browse the repository at this point in the history
Use OVS main branch.
  • Loading branch information
dceara authored Apr 10, 2024
2 parents e90de49 + 49e3b70 commit b3c4948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/grab_ovn_src.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function grab_src {
}

OVS_GIT_REPO=${OVS_GIT_REPO:-https://github.com/openvswitch/ovs}
OVS_BRANCH=${OVS_BRANCH:-master}
OVS_BRANCH=${OVS_BRANCH:-main}
OVN_GIT_REPO=${GIT_REPO:-https://github.com/ovn-org/ovn}
OVN_BRANCH=${OVN_BRANCH:-main}

Expand Down

0 comments on commit b3c4948

Please sign in to comment.