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

@@ -2,6 +2,7 @@ pkg-core:
pkg.installed:
- names:
- curl
- ebtables
{% if grains['os_family'] == 'RedHat' %}
- python
- git