commit | edfdbcac0c415dbcadca727f2f563c194534d76c | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@onlab.us> | Wed Feb 01 17:33:47 2017 -0800 |
committer | Andrea Campanella <andrea@onlab.us> | Thu Feb 23 06:01:50 2017 -0800 |
tree | 7c9fe77c0d69af6c64df38128bd0296436807222 | |
parent | 8b52de0dae62c45121667b89be1a07662859f85b [diff] [blame] |
Adding first implementation of vEG service Change-Id: I2feeccd98e6e8932fe4552c575915d2f20fe5176
diff --git a/xos/synchronizer/templates/vlan_sample.j2 b/xos/synchronizer/templates/vlan_sample.j2 new file mode 100644 index 0000000..51d7902 --- /dev/null +++ b/xos/synchronizer/templates/vlan_sample.j2
@@ -0,0 +1,5 @@ +# below is a list of all vlan_ids associated with this veg + +{% for vlan_id in c_tags %} +{{ vlan_id }} +{% endfor %}