From 5c9566af30a4559eb1f83f9c15fa223ebd574fde Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Jul 06 2015 20:22:19 +0000 Subject: manifest: Add iptables-services Currently, firewalld is the default for Fedora. However, both Docker and Kubernetes do not yet know how to talk to it. Work is underway on that, but in the meantime, iptables-services is an absolutely tiny package, and the cost of carrying it forward is very small. Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1235843 Signed-off-by: Colin Walters --- diff --git a/fedora-atomic-docker-host.json b/fedora-atomic-docker-host.json index 1013ca5..94f19f3 100644 --- a/fedora-atomic-docker-host.json +++ b/fedora-atomic-docker-host.json @@ -40,6 +40,7 @@ "which", "nfs-utils", "curl", + "iptables-services", "NetworkManager", "hostname", "initscripts", "iproute", "iputils", "less", "sos",