Don't omitempty Device.PortOverrides (#104)

This commit is contained in:
Michon van Dooren
2023-02-27 23:35:41 +01:00
committed by GitHub
parent 8536d3b8d5
commit 3add31c46b
2 changed files with 6 additions and 1 deletions

View File

@@ -344,6 +344,11 @@ func main() {
}
f.OmitEmpty = true
switch name {
case "PortOverrides":
f.OmitEmpty = false
}
return nil
}
case "Network":