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