Skip to content

Commit e465410

Browse files
authored
skip node local dns ip conntrack when set acl (#4824)
Signed-off-by: clyi <clyi@alauda.io>
1 parent fe75a84 commit e465410

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dist/images/Dockerfile.base

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ RUN cd /usr/src/ && git clone -b branch-24.03 --depth=1 https://github.com/ovn-o
6161
# northd: skip arp/nd request for lrp addresses from localnet ports
6262
curl -s https://github.com/kubeovn/ovn/commit/1ba3263940c1e2e87e61cb011dcf942a0456224d.patch | git apply && \
6363
# ovn-controller: make activation strategy work for single chassis
64-
curl -s https://github.com/kubeovn/ovn/commit/1160d956e49e8f3f1b19535dbf1b9a624a090717.patch | git apply
64+
curl -s https://github.com/kubeovn/ovn/commit/1160d956e49e8f3f1b19535dbf1b9a624a090717.patch | git apply && \
65+
# skip node local dns ip conntrack when set acl
66+
curl -s https://github.com/kubeovn/ovn/commit/e7d3ba53cdcbc524bb29c54ddb07b83cc4258ed7.patch | git apply
6567

6668
RUN apt install -y build-essential fakeroot \
6769
autoconf automake bzip2 debhelper-compat dh-exec dh-python dh-sequence-python3 dh-sequence-sphinxdoc \

0 commit comments

Comments
 (0)