From 92ac5ce68370b9b0ada25de2e673a04cdbf78eed Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Jul 06 2015 16:51:58 +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 d344c4b..60e7f75 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",