From: Stephen Gran Date: Mon, 21 Jan 2013 11:57:11 +0000 (+0000) Subject: make TCP_UDP_SERVICE not be stateful, take 2 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=6ce6a2c0d97e27ef29c5392467b4e8f130892126;p=mirror%2Fdsa-puppet.git make TCP_UDP_SERVICE not be stateful, take 2 Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/templates/defs.conf.erb b/modules/ferm/templates/defs.conf.erb index 366fbf05f..fb8b6612a 100644 --- a/modules/ferm/templates/defs.conf.erb +++ b/modules/ferm/templates/defs.conf.erb @@ -12,7 +12,7 @@ } @def &TCP_UDP_SERVICE($port) = { - proto (tcp udp) mod state state (NEW) dport $port ACCEPT; + proto (tcp udp) dport $port ACCEPT; } @def &TCP_UDP_SERVICE_RANGE($port, $srange) = {