blob: 3fb102c0ec53a9f5138e7955afca6726fb9dda21 [file] [log] [blame]
gunjan56e19d272016-07-07 14:23:26 -07001 "hosts" : {
2{{ range . }}
3 "{{ .Mac }}/-1" : {
4 "basic" : {
5 "ips" : ["{{ range $element := .IpAddresses }}{{ $element }}{{ end}}"],
6 "location" : "{{ .Location.ElementID }}/{{ .Location.Port }}"
7 }
8 }{{ .Comma }}{{ end }}
9 },
10 "apps" : {
11 "org.onosproject.core" : {
12 "core" : {
13 "linkDiscoveryMode" : "STRICT"
14 }
15 }
16 }
17}