aboutsummaryrefslogtreecommitdiffstats
path: root/resources/templates/vat
diff options
context:
space:
mode:
Diffstat (limited to 'resources/templates/vat')
-rw-r--r--resources/templates/vat/acl_plugin/macip_acl_add.vat1
-rw-r--r--resources/templates/vat/acl_plugin/macip_acl_delete.vat1
-rw-r--r--resources/templates/vat/acl_plugin/macip_acl_dump.vat1
-rw-r--r--resources/templates/vat/acl_plugin/macip_acl_interface_add_del.vat1
-rw-r--r--resources/templates/vat/acl_plugin/macip_acl_interface_get.vat1
5 files changed, 5 insertions, 0 deletions
diff --git a/resources/templates/vat/acl_plugin/macip_acl_add.vat b/resources/templates/vat/acl_plugin/macip_acl_add.vat
new file mode 100644
index 0000000000..25677ce13a
--- /dev/null
+++ b/resources/templates/vat/acl_plugin/macip_acl_add.vat
@@ -0,0 +1 @@
+macip_acl_add {ip_ver} {action} {src_ip} {src_mac} {src_mac_mask}
diff --git a/resources/templates/vat/acl_plugin/macip_acl_delete.vat b/resources/templates/vat/acl_plugin/macip_acl_delete.vat
new file mode 100644
index 0000000000..b26214f04c
--- /dev/null
+++ b/resources/templates/vat/acl_plugin/macip_acl_delete.vat
@@ -0,0 +1 @@
+macip_acl_del {idx}
diff --git a/resources/templates/vat/acl_plugin/macip_acl_dump.vat b/resources/templates/vat/acl_plugin/macip_acl_dump.vat
new file mode 100644
index 0000000000..ad3357865b
--- /dev/null
+++ b/resources/templates/vat/acl_plugin/macip_acl_dump.vat
@@ -0,0 +1 @@
+macip_acl_dump \ No newline at end of file
diff --git a/resources/templates/vat/acl_plugin/macip_acl_interface_add_del.vat b/resources/templates/vat/acl_plugin/macip_acl_interface_add_del.vat
new file mode 100644
index 0000000000..ffd0cdeb99
--- /dev/null
+++ b/resources/templates/vat/acl_plugin/macip_acl_interface_add_del.vat
@@ -0,0 +1 @@
+macip_acl_interface_add_del sw_if_index {sw_if_index} {action} acl {acl_idx} \ No newline at end of file
diff --git a/resources/templates/vat/acl_plugin/macip_acl_interface_get.vat b/resources/templates/vat/acl_plugin/macip_acl_interface_get.vat
new file mode 100644
index 0000000000..4ccbb79cb5
--- /dev/null
+++ b/resources/templates/vat/acl_plugin/macip_acl_interface_get.vat
@@ -0,0 +1 @@
+macip_acl_interface_get \ No newline at end of file