Skip to content

Commit

Permalink
fix: modify src-ip route priority
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Aug 24, 2020
1 parent 13620a6 commit c3b7457
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:experimental
FROM centos:8 as ovs-rpm
ENV BUILD_DATE 20200731
ENV BUILD_DATE 20200824
ARG RPM_ARCH
ARG ARCH

Expand All @@ -20,7 +20,7 @@ RUN bash /root/build.sh && \


FROM centos:8
ENV BUILD_DATE 20200731
ENV BUILD_DATE 20200824
RUN yum remove -y bind-export-libs && yum update -y && \
yum install -y \
firewalld-filesystem \
Expand Down
3 changes: 2 additions & 1 deletion dist/images/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ cd ovn

# kube-ovn related patches
curl https://github.com/alauda/ovn/commit/1aa47202c3e09f610ebefe00ab23a0723059bbf3.patch | git apply
curl https://github.com/alauda/ovn/commit/b75eb1f231da55d1b8a29f386dc56234e2eb9d35.patch | git apply

sed -i 's/20.06.2/20.06.1/g' configure.ac
sed -i 's/20.06.3/20.06.2/g' configure.ac
./boot.sh
if [ "$ARCH" = "amd64" ]; then
./configure LIBS=-ljemalloc --with-ovs-source=/ovs CFLAGS="-O2 -g -msse4.2 -mpopcnt"
Expand Down

0 comments on commit c3b7457

Please sign in to comment.