diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-06-14 09:26:38 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-06-28 08:11:47 +0200 |
commit | 10e0393fde6d919cf0e5848bc5e506d981642ef8 (patch) | |
tree | 21a5902cab3b71677de48477074fc505dbb0f9f5 /resources/templates/vat/acl_plugin | |
parent | a8b330a297d085a217ecdb39a74130ee0626b16e (diff) |
VAT-to-PAPI: Classify
Change-Id: Ic06a0a65429680e6ecdc3f5288d091c2c2630921
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/templates/vat/acl_plugin')
10 files changed, 0 insertions, 10 deletions
diff --git a/resources/templates/vat/acl_plugin/acl_add_replace.vat b/resources/templates/vat/acl_plugin/acl_add_replace.vat deleted file mode 100644 index b00cf874b6..0000000000 --- a/resources/templates/vat/acl_plugin/acl_add_replace.vat +++ /dev/null @@ -1 +0,0 @@ -acl_add_replace {acl_idx} {ip_ver} {action} {src} {dst} {sport} {dport} {proto} {tcpflags} diff --git a/resources/templates/vat/acl_plugin/acl_delete.vat b/resources/templates/vat/acl_plugin/acl_delete.vat deleted file mode 100644 index a353eda424..0000000000 --- a/resources/templates/vat/acl_plugin/acl_delete.vat +++ /dev/null @@ -1 +0,0 @@ -acl_del {idx} diff --git a/resources/templates/vat/acl_plugin/acl_dump.vat b/resources/templates/vat/acl_plugin/acl_dump.vat deleted file mode 100644 index f24fc99005..0000000000 --- a/resources/templates/vat/acl_plugin/acl_dump.vat +++ /dev/null @@ -1 +0,0 @@ -acl_dump
\ No newline at end of file diff --git a/resources/templates/vat/acl_plugin/acl_interface_dump.vat b/resources/templates/vat/acl_plugin/acl_interface_dump.vat deleted file mode 100644 index 83da2e86dd..0000000000 --- a/resources/templates/vat/acl_plugin/acl_interface_dump.vat +++ /dev/null @@ -1 +0,0 @@ -acl_interface_list_dump
\ No newline at end of file diff --git a/resources/templates/vat/acl_plugin/acl_interface_set_acl_list.vat b/resources/templates/vat/acl_plugin/acl_interface_set_acl_list.vat deleted file mode 100644 index cff21ff8c9..0000000000 --- a/resources/templates/vat/acl_plugin/acl_interface_set_acl_list.vat +++ /dev/null @@ -1 +0,0 @@ -acl_interface_set_acl_list sw_if_index {interface} {acl_list} diff --git a/resources/templates/vat/acl_plugin/macip_acl_add.vat b/resources/templates/vat/acl_plugin/macip_acl_add.vat deleted file mode 100644 index 25677ce13a..0000000000 --- a/resources/templates/vat/acl_plugin/macip_acl_add.vat +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index b26214f04c..0000000000 --- a/resources/templates/vat/acl_plugin/macip_acl_delete.vat +++ /dev/null @@ -1 +0,0 @@ -macip_acl_del {idx} 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 deleted file mode 100644 index ffd0cdeb99..0000000000 --- a/resources/templates/vat/acl_plugin/macip_acl_interface_add_del.vat +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 4ccbb79cb5..0000000000 --- a/resources/templates/vat/acl_plugin/macip_acl_interface_get.vat +++ /dev/null @@ -1 +0,0 @@ -macip_acl_interface_get
\ No newline at end of file diff --git a/resources/templates/vat/acl_plugin/show_acl.vat b/resources/templates/vat/acl_plugin/show_acl.vat deleted file mode 100644 index e96c2aa926..0000000000 --- a/resources/templates/vat/acl_plugin/show_acl.vat +++ /dev/null @@ -1 +0,0 @@ -exec show acl-plugin {idx}
\ No newline at end of file |