blob: 3fb102c0ec53a9f5138e7955afca6726fb9dda21 [file] [log] [blame]
"hosts" : {
{{ range . }}
"{{ .Mac }}/-1" : {
"basic" : {
"ips" : ["{{ range $element := .IpAddresses }}{{ $element }}{{ end}}"],
"location" : "{{ .Location.ElementID }}/{{ .Location.Port }}"
}
}{{ .Comma }}{{ end }}
},
"apps" : {
"org.onosproject.core" : {
"core" : {
"linkDiscoveryMode" : "STRICT"
}
}
}
}