Files
mgmt/modules/shorewall/files/snat.frag.tmpl
James Shubin 23aa18d363 modules: shorewall: Refactor to allow bulk rules
Very useful for brownfield deployments where we're migrating a ton of
rules over.
2025-06-05 14:47:46 -04:00

13 lines
337 B
Cheetah

{{/*
###################################################################################################################################################
#ACTION SOURCE DEST PROTO DPORT SPORT IPSEC MARK USER SWITCH ORIGDEST PROBABILITY
*/ -}}
{{ if .comment -}}
#
# {{ .comment }}
#
{{ end -}}
{{ if .rule -}}
{{ .rule }}
{{ end -}}