blob: 12520242b2bc402a35dade0b306acafa582e18f0 [file] [log] [blame]
"ports": {
{{ range . }}
"{{ .Location.ElementID }}/{{ .Location.Port }}" : {
"interfaces": [
{
"ips" : [ "{{ .Gateway }}254/24" ]
}
]
}{{ .Comma }}{{ end }}
},