Skip to content

Commit 5c855cd

Browse files
committed
support tos inherit from inner packet
1 parent e5a1356 commit 5c855cd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dist/images/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax = docker/dockerfile:experimental
2-
FROM kubeovn/kube-ovn-base:v1.9.25
2+
FROM kubeovn/kube-ovn-base:v1.9.26
33

44
ARG ARCH
55
ENV DUMB_INIT_VERSION="1.2.5"

dist/images/Dockerfile.base

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ RUN cd /usr/src/ && git clone -b branch-21.06 --depth=1 https://github.com/ovn-o
6161
curl -s https://github.com/kubeovn/ovn/commit/0f6fe4202001c0950dc689179e7a4ad9554a51fa.patch | git apply && \
6262
# ovn-controller: do not send GARP on localnet for Kube-OVN ports
6363
curl -s https://github.com/kubeovn/ovn/commit/60207f7a3d072848936221f1b767722984fd50ae.patch | git apply && \
64+
# backport tos inherit from inner packet
65+
curl -s https://github.com/kubeovn/ovn/commit/89eaa68a006f29b2e766062e796d452fee12c3f2.patch | git apply && \
6466
sed -i 's/OVN/ovn/g' debian/changelog && \
6567
rm -rf .git && \
6668
./boot.sh && \

0 commit comments

Comments
 (0)