From 5e52e605ba465498137478e115069e6ac7672b81 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Thu, 2 May 2013 20:26:05 +0000 Subject: [PATCH] ACCEP != ACCEPT --- files/iptables/kojibuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/iptables/kojibuilder b/files/iptables/kojibuilder index 4153a9aa80..2063c20f07 100644 --- a/files/iptables/kojibuilder +++ b/files/iptables/kojibuilder @@ -69,5 +69,5 @@ -A OUTPUT -m udp -p udp --dport 123 -d 204.152.184.72 -j ACCEPT # dhcp --A OUTPUT -m udp -p udp --dport 67 -d 10.5.126.41 -j ACCEP +-A OUTPUT -m udp -p udp --dport 67 -d 10.5.126.41 -j ACCEPT COMMIT