Gitiles
Code Review
Sign In
gerrit.opencord.org
/
maas
/
7d6cc996be637d3e6a2a6530f809dc374de3667d
/
.
/
config-generator
/
ports.tpl
blob: 12520242b2bc402a35dade0b306acafa582e18f0 [
file
] [
log
] [
blame
]
"ports"
:
{
{{
range
.
}}
"{{ .Location.ElementID }}/{{ .Location.Port }}"
:
{
"interfaces"
:
[
{
"ips"
:
[
"{{ .Gateway }}254/24"
]
}
]
}{{
.
Comma
}}{{
end
}}
},