Removed unused BD vat templates 57/357/3
authorMatus Fabian <matfabia@cisco.com>
Fri, 19 Feb 2016 10:41:07 +0000 (11:41 +0100)
committerGerrit Code Review <gerrit@fd.io>
Fri, 19 Feb 2016 13:40:44 +0000 (13:40 +0000)
Change-Id: Id9e219e508239eab9f2f1245b6ae8eef5d0a1ff3
Signed-off-by: Matus Fabian <matfabia@cisco.com>
resources/templates/vat/l2_bridge_domain_gen.vat [deleted file]
resources/templates/vat/l2_bridge_domain_static.vat [deleted file]

diff --git a/resources/templates/vat/l2_bridge_domain_gen.vat b/resources/templates/vat/l2_bridge_domain_gen.vat
deleted file mode 100644 (file)
index 9513b07..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-sw_interface_set_flags TenGigabitEthernet84/0/1 admin-up link-up
-sw_interface_set_flags TenGigabitEthernet84/0/0 admin-up link-up
-bridge_domain_add_del bd_id 1 flood 1 uu-flood 1 forward 1 learn 1 arp-term 0
-sw_interface_set_l2_bridge TenGigabitEthernet84/0/1 bd_id 1 shg 0  enable
-sw_interface_set_l2_bridge TenGigabitEthernet84/0/0 bd_id 1 shg 0  enable
-exec trace add dpdk-input 100
diff --git a/resources/templates/vat/l2_bridge_domain_static.vat b/resources/templates/vat/l2_bridge_domain_static.vat
deleted file mode 100644 (file)
index bb99b2d..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-sw_interface_set_flags {interface1} admin-up link-up
-sw_interface_set_flags {interface2} admin-up link-up
-bridge_domain_add_del bd_id {bd_id} flood 1 uu-flood 1 forward 1 learn 0 arp-term 0
-sw_interface_set_l2_bridge {interface1} bd_id {bd_id} shg 0  enable
-sw_interface_set_l2_bridge {interface2} bd_id {bd_id} shg 0  enable
-exec trace add dpdk-input 100