Gitiles
Code Review
Sign In
gerrit.opencord.org
/
vEG
/
5ec4a4641792cf69541653291e13782e8aed0d43
/
.
/
xos
/
synchronizer
/
templates
/
vlan_sample.j2
blob: 51d79028cdce7d9a73d48ac4f8c5f4d7aee5f2d9 [
file
] [
log
] [
blame
]
Andrea Campanella
edfdbca
2017-02-01 17:33:47 -0800
[
diff
] [
blame
]
1
# below is a list of all vlan_ids associated with this veg
2
3
{%
for
vlan_id
in
c_tags
%}
4
{{
vlan_id
}}
5
{%
endfor
%}