mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
17 lines
No EOL
268 B
Cheetah
17 lines
No EOL
268 B
Cheetah
[Match]
|
|
{{- if eq .Type 0 }}
|
|
Name={{ .HardwareDevice }}
|
|
{{- else }}
|
|
Name={{ .Name }}
|
|
{{- end }}
|
|
|
|
[Network]
|
|
LLMNR=no
|
|
{{- if eq .AddressingMode 1 }}
|
|
Address={{ .Address }}
|
|
{{- else if eq .AddressingMode 2 }}
|
|
DHCP=yes
|
|
{{- end }}
|
|
{{- range .Vlans }}
|
|
VLAN={{ . }}
|
|
{{- end}} |