mirror of
https://github.com/speatzle/nfsense.git
synced 2025-09-13 15:19:08 +00:00
move vlan-assignments into config-addressing
This commit is contained in:
parent
fc49a2479e
commit
dec123e9ee
3 changed files with 9 additions and 38 deletions
|
@ -11,4 +11,7 @@ LLMNR=no
|
|||
Address={{ .Address }}
|
||||
{{- else if eq .AddressingMode 2 }}
|
||||
DHCP=yes
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- range .Vlans }}
|
||||
VLAN={{ . }}
|
||||
{{- end}}
|
|
@ -1,7 +0,0 @@
|
|||
[Match]
|
||||
Name={{ .Name }}
|
||||
|
||||
[Network]
|
||||
{{- range .Vlans }}
|
||||
VLAN={{ . }}
|
||||
{{- end}}
|
Loading…
Add table
Add a link
Reference in a new issue