Files
mgmt/modules/shorewall/files/interfaces.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
290 B
Cheetah

{{/*
###############################################################################
#ZONE INTERFACE OPTIONS
*/ -}}
{{ if .comment -}}
#
# {{ .comment }}
#
{{ end -}}
{{ .zone }} {{ .interface }} physical={{ .physical }}{{ if .options }},{{ golang_strings_join .options "," }}{{ end }}