diff options
author | Matej Klotton <mklotton@cisco.com> | 2016-02-22 18:12:15 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-02-29 14:01:31 +0000 |
commit | 1254d80a0b64985de2816eff5ef79e3e22cde972 (patch) | |
tree | eff46d4a02b80e8aa849eb876fcfc6b502668e1d /resources/templates/vat | |
parent | 84c4bb50e13685176751e90bd67ce02730061032 (diff) |
Add VXLAN test
Change-Id: Id1d37fda2697fbfb7aa7a79318f8316b80e96963
Signed-off-by: Matej Klotton <mklotton@cisco.com>
Diffstat (limited to 'resources/templates/vat')
-rw-r--r-- | resources/templates/vat/l2_bd_add_sw_if_index.vat | 1 | ||||
-rw-r--r-- | resources/templates/vat/l2_bd_create.vat | 1 | ||||
-rw-r--r-- | resources/templates/vat/vxlan_create.vat | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/resources/templates/vat/l2_bd_add_sw_if_index.vat b/resources/templates/vat/l2_bd_add_sw_if_index.vat new file mode 100644 index 0000000000..a0384c9170 --- /dev/null +++ b/resources/templates/vat/l2_bd_add_sw_if_index.vat @@ -0,0 +1 @@ +sw_interface_set_l2_bridge sw_if_index {sw_if_index} bd_id {bd_id} shg {shg} enable
\ No newline at end of file diff --git a/resources/templates/vat/l2_bd_create.vat b/resources/templates/vat/l2_bd_create.vat new file mode 100644 index 0000000000..fa1316b932 --- /dev/null +++ b/resources/templates/vat/l2_bd_create.vat @@ -0,0 +1 @@ +bridge_domain_add_del bd_id {bd_id} flood {flood} uu-flood {uu_flood} forward {forward} learn {learn} arp-term {arp_term}
\ No newline at end of file diff --git a/resources/templates/vat/vxlan_create.vat b/resources/templates/vat/vxlan_create.vat new file mode 100644 index 0000000000..15125f9be3 --- /dev/null +++ b/resources/templates/vat/vxlan_create.vat @@ -0,0 +1 @@ +vxlan_add_del_tunnel src {src} dst {dst} vni {vni}
\ No newline at end of file |