Gitiles
Code Review
Sign In
gerrit.opencord.org
/
vsg
/
761e106ddd872fc3fe93ee41e3e32e75e25c2685
/
.
/
xos
/
synchronizer
/
templates
/
vlan_sample.j2
blob: b73954bd2207a43ece4f6f0c0d6075edb7b233cd [
file
] [
log
] [
blame
]
Scott Baker
761e106
2016-06-20 17:18:17 -0700
[
diff
] [
blame^
]
1
# below is a list of all vlan_ids associated with this vcpe
2
3
{%
for
vlan_id
in
c_tags
%}
4
{{
vlan_id
}}
5
{%
endfor
%}