Fix Address Setting

This commit is contained in:
Samuel Lorch 2023-04-08 14:24:13 +02:00
parent bb235597ec
commit af6ba0f46f

View file

@ -7,8 +7,8 @@ Name={{ .Name }}
[Network]
LLMNR=no
{{- if eq .AddressingMode 2 }}
DHCP=yes
{{- else }}
{{- if eq .AddressingMode 1 }}
Address={{ .Address }}
{{- else if eq .AddressingMode 2 }}
DHCP=yes
{{- end }}