Files
mgmt/modules/shorewall/files/policy.frag.tmpl
James Shubin 3bd6986fde modules: shorewall: Add an mgmt module for managing shorewall
This is not perfect, but it's a good start, and it shows how a module
might be structured.
2024-11-18 15:11:31 -05:00

11 lines
269 B
Cheetah

{{/*
###############################################################################
#SOURCE DEST POLICY LOGLEVEL RATE CONNLIMIT
*/ -}}
{{ if .comment -}}
#
# {{ .comment }}
#
{{ end -}}
{{ .source }} {{ .dest }} {{ .policy }}{{ if .log_level }} $LOG_LEVEL{{ end }}