| commit | 6e19d27a46946ef2eb3a406c49701417134a96ff | [log] [tgz] |
|---|---|---|
| author | gunjan5 <gupatel@ciena.com> | Thu Jul 07 14:23:26 2016 -0700 |
| committer | gunjan5 <gupatel@ciena.com> | Thu Jul 07 16:04:39 2016 -0700 |
| tree | eaf134db330e6cec219700b002816cd4fe9c7b63 | |
| parent | 552278972b91ff297b042d14186f6ce8fa2a7caa [diff] [blame] |
remove makefile extra tab Change-Id: I20564e801d307935b9669db81665cc0ed130e698 Signed-off-by: gunjan5 <gupatel@ciena.com>
diff --git a/config-generator/ports.tpl b/config-generator/ports.tpl new file mode 100644 index 0000000..1252024 --- /dev/null +++ b/config-generator/ports.tpl
@@ -0,0 +1,11 @@ +"ports": { +{{ range . }} + "{{ .Location.ElementID }}/{{ .Location.Port }}" : { + "interfaces": [ + { + "ips" : [ "{{ .Gateway }}254/24" ] + } + ] + }{{ .Comma }}{{ end }} + }, +