Gitiles
Code Review
Sign In
gerrit.opencord.org
/
maas
/
3c6816255b5305186b54847beeb8ca18813abf9a
/
.
/
config-generator
/
ports.tpl
blob: 12520242b2bc402a35dade0b306acafa582e18f0 [
file
] [
log
] [
blame
]
gunjan5
6e19d27
2016-07-07 14:23:26 -0700
[
diff
] [
blame
]
1
"ports"
:
{
2
{{
range
.
}}
3
"{{ .Location.ElementID }}/{{ .Location.Port }}"
:
{
4
"interfaces"
:
[
5
{
6
"ips"
:
[
"{{ .Gateway }}254/24"
]
7
}
8
]
9
}{{
.
Comma
}}{{
end
}}
10
},
11