Gitiles
Code Review
Sign In
gerrit.lfbroadband.org
/
xos
/
4d6cd1343da5619944c92e5f3c3573eab372835c
/
.
/
xos
/
observers
/
vcpe
/
templates
/
vlan_sample.j2
blob: a26c8409f64687f6f587fdf0bd084b7b5598ef1a [
file
] [
log
] [
blame
]
Sapan Bhatia
4d6cd13
2016-01-15 10:43:19 -0500
[
diff
] [
blame^
]
1
# below is a list of all vlan_ids associated with this vcpe
2
3
{%
for
vlan_id
in
vlan_ids
%}
4
{{
vlan_id
}}
5
{%
endfor
%}