From cc617a97ef69e5fcd297becd86fa4b464d17051c Mon Sep 17 00:00:00 2001 From: Matthew Hoover Date: Thu, 29 Sep 2016 22:50:55 -0400 Subject: [PATCH] Added comment option for zone sources. --- firewalld/files/zone.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firewalld/files/zone.xml b/firewalld/files/zone.xml index 75c40e8..2800d75 100644 --- a/firewalld/files/zone.xml +++ b/firewalld/files/zone.xml @@ -10,7 +10,12 @@ {%- endif %} {%- if 'sources' in zone %} {%- for v in zone.sources %} + {%- if 'comment' in v %} + + + {%- else %} + {%- endif %} {%- endfor %} {%- endif %} {%- if 'services' in zone %}