aboutsummaryrefslogtreecommitdiffstats
path: root/resources/templates
diff options
context:
space:
mode:
authorPatrik Hrnciar <phrnciar@cisco.com>2016-06-10 08:09:56 +0200
committerDave Wallace <dwallacelf@gmail.com>2016-06-30 19:09:11 +0000
commit7d2ae8ca0427b2646327ba42bffdebaac21cd9bc (patch)
tree5db80e723df61c1d0522192c8331d37b4f18926a /resources/templates
parent83d5183aba7a35777ee4363b989bb22e22e8a2ef (diff)
CSIT-24 Proxy ARP test
Change-Id: Ia41af7e29dcb8c41d58c07134a385428ac1b285c Signed-off-by: Patrik Hrnciar <phrnciar@cisco.com>
Diffstat (limited to 'resources/templates')
-rw-r--r--resources/templates/vat/add_proxy_arp.vat1
-rw-r--r--resources/templates/vat/proxy_arp_intfc_enable.vat1
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/templates/vat/add_proxy_arp.vat b/resources/templates/vat/add_proxy_arp.vat
new file mode 100644
index 0000000000..42dd3992bb
--- /dev/null
+++ b/resources/templates/vat/add_proxy_arp.vat
@@ -0,0 +1 @@
+proxy_arp_add_del {lo_ip4_addr} - {hi_ip4_addr} \ No newline at end of file
diff --git a/resources/templates/vat/proxy_arp_intfc_enable.vat b/resources/templates/vat/proxy_arp_intfc_enable.vat
new file mode 100644
index 0000000000..e4d2313b70
--- /dev/null
+++ b/resources/templates/vat/proxy_arp_intfc_enable.vat
@@ -0,0 +1 @@
+proxy_arp_intfc_enable_disable sw_if_index {sw_if_index} enable \ No newline at end of file