Index: tools/gformat.py
===================================================================
--- tools/gformat.py	(revision 10714)
+++ tools/gformat.py	(revision 10715)
@@ -796,6 +796,6 @@
 # Redirect some internal facing services outside (7)
 # INFO: {{ rdr_rules|count }} rdr_rules (outside to internal redirect rules) defined.
-{% for src_port,dest_ip,dest_port in rdr_rules -%}
-rdr on $ext_if inet proto tcp from any to $ext_if port {{ src_port }} tag SRV -> {{ dest_ip }} port {{ dest_port }}
+{% for protocol, src_port,dest_ip,dest_port in rdr_rules -%}
+rdr on $ext_if inet proto {{ protocol }} from any to $ext_if port {{ src_port }} tag SRV -> {{ dest_ip }} port {{ dest_port }}
 {% endfor -%}
 """).render(datadump)
