blob: 12520242b2bc402a35dade0b306acafa582e18f0 [file] [log] [blame]
gunjan56e19d272016-07-07 14:23:26 -07001"ports": {
2{{ range . }}
3 "{{ .Location.ElementID }}/{{ .Location.Port }}" : {
4 "interfaces": [
5 {
6 "ips" : [ "{{ .Gateway }}254/24" ]
7 }
8 ]
9 }{{ .Comma }}{{ end }}
10 },
11