Merge pull request #28717 from freehan/ebtable

Automatic merge from submit-queue

Filter duplicate network packets in promiscuous bridge mode (with ebtables)

also fixes: #30783
This commit is contained in:
Kubernetes Submit Queue
2016-08-25 19:12:09 -07:00
committed by GitHub
8 changed files with 442 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ CROSS_BUILD_COPY qemu-ARCH-static /usr/bin/
RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \
&& DEBIAN_FRONTEND=noninteractive apt-get -yy -q install \
iptables \
ebtables \
ethtool \
ca-certificates \
conntrack \