Skip to content

Commit

Permalink
ovs: add fdb update logging (#1941)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Sep 29, 2022
1 parent 42c2a82 commit e9a1af0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ RUN cd /usr/src/ && \
# fix log file descriptor leak in monitor process
curl -s https://github.com/kubeovn/ovs/commit/918d6dc79634bec760054ee53f7628186315bcfb.patch | git apply && \
curl -s https://github.com/kubeovn/ovs/commit/22ea22c40b46ee5adeae977ff6cfca81b3ff25d7.patch | git apply && \
# add fdb update logging
curl -s https://github.com/kubeovn/ovs/commit/7a7e8e2b5c17d8ae789599db861cf1eafc1c8ffd.patch | git apply && \
./boot.sh && \
rm -rf .git && \
CONFIGURE_OPTS='' && \
Expand Down

0 comments on commit e9a1af0

Please sign in to comment.