diff options
author | Patrik Hrnciar <phrnciar@cisco.com> | 2016-04-04 13:09:09 +0200 |
---|---|---|
committer | Stefan Kobza <skobza@cisco.com> | 2016-04-26 09:57:13 +0000 |
commit | d407c074289e530f62db02ca57c0af921af069cc (patch) | |
tree | dd96e450dcc220011cb36625a4c02e5553d89fa3 /resources/templates/vat | |
parent | 9cd535ec0701d5ba87a781d361b08eb0a0446789 (diff) |
Add qinq through xconnect tests.
Change-Id: Ia20f5959dab41290bf60490ead830f0e37ecff0d
Signed-off-by: Patrik Hrnciar <phrnciar@cisco.com>
Diffstat (limited to 'resources/templates/vat')
-rw-r--r-- | resources/templates/vat/create_sub_interface.vat | 1 | ||||
-rw-r--r-- | resources/templates/vat/l2_tag_rewrite.vat | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/templates/vat/create_sub_interface.vat b/resources/templates/vat/create_sub_interface.vat new file mode 100644 index 0000000000..4d7da0c0c7 --- /dev/null +++ b/resources/templates/vat/create_sub_interface.vat @@ -0,0 +1 @@ +create_subif sw_if_index {sw_if_index} sub_id {sub_id} outer_vlan_id {outer_vlan_id} inner_vlan_id {inner_vlan_id} {type_subif}
\ No newline at end of file diff --git a/resources/templates/vat/l2_tag_rewrite.vat b/resources/templates/vat/l2_tag_rewrite.vat new file mode 100644 index 0000000000..efc6e3bb98 --- /dev/null +++ b/resources/templates/vat/l2_tag_rewrite.vat @@ -0,0 +1 @@ +l2_interface_vlan_tag_rewrite sw_if_index {sw_if_index} {tag_rewrite_method} |