This is not perfect, but it's a good start, and it shows how a module might be structured.
11 lines
269 B
Cheetah
11 lines
269 B
Cheetah
{{/*
|
|
###############################################################################
|
|
#SOURCE DEST POLICY LOGLEVEL RATE CONNLIMIT
|
|
*/ -}}
|
|
{{ if .comment -}}
|
|
#
|
|
# {{ .comment }}
|
|
#
|
|
{{ end -}}
|
|
{{ .source }} {{ .dest }} {{ .policy }}{{ if .log_level }} $LOG_LEVEL{{ end }}
|