Gitiles
Code Review
Sign In
gerrit.opencord.org
/
vsg
/
ecee9b112eb06a787c2cf4d9b4b87137c2ca20e5
/
.
/
xos
/
synchronizer
/
templates
/
vlan_sample.j2
blob: b73954bd2207a43ece4f6f0c0d6075edb7b233cd [
file
] [
log
] [
blame
]
# below is a list of all vlan_ids associated with this vcpe
{%
for
vlan_id
in
c_tags
%}
{{
vlan_id
}}
{%
endfor
%}