diff options
author | premkumarv <preym17@gmail.com> | 2019-07-24 08:43:23 -0400 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2019-09-26 17:26:32 +0200 |
commit | 7b73d46872db5adfc8f4603a9ca783be7d3fa323 (patch) | |
tree | a04a2a21632d1f4b39a8eaebd24065b3cc8f4bcd /resources/templates | |
parent | f7d43390a6ce60284f54cad4e66b66d1ecd4a166 (diff) |
CSIT-1471: Policer - VAT API to PAPI
Change-Id: I6c7eff8d9cbb196ccb684a45579ac59942351cfe
Signed-off-by: premkumarv <preym17@gmail.com>
Diffstat (limited to 'resources/templates')
8 files changed, 0 insertions, 8 deletions
diff --git a/resources/templates/vat/acl_plugin/macip_acl_dump.vat b/resources/templates/vat/acl_plugin/macip_acl_dump.vat deleted file mode 100644 index ad3357865b..0000000000 --- a/resources/templates/vat/acl_plugin/macip_acl_dump.vat +++ /dev/null @@ -1 +0,0 @@ -macip_acl_dump
\ No newline at end of file diff --git a/resources/templates/vat/classify_add_table.vat b/resources/templates/vat/classify_add_table.vat deleted file mode 100644 index fea8926a68..0000000000 --- a/resources/templates/vat/classify_add_table.vat +++ /dev/null @@ -1 +0,0 @@ -classify_add_del_table mask l3 {ip_version} {direction}
\ No newline at end of file diff --git a/resources/templates/vat/cop_interface.vat b/resources/templates/vat/cop_interface.vat deleted file mode 100644 index 1912fa2307..0000000000 --- a/resources/templates/vat/cop_interface.vat +++ /dev/null @@ -1 +0,0 @@ -cop_interface_enable_disable sw_if_index {sw_if_index} {state}
\ No newline at end of file diff --git a/resources/templates/vat/cop_whitelist.vat b/resources/templates/vat/cop_whitelist.vat deleted file mode 100644 index 487d55310c..0000000000 --- a/resources/templates/vat/cop_whitelist.vat +++ /dev/null @@ -1 +0,0 @@ -cop_whitelist_enable_disable sw_if_index {sw_if_index} {ip} fib-id {fib_id}
\ No newline at end of file diff --git a/resources/templates/vat/policer/policer_add_3c.vat b/resources/templates/vat/policer/policer_add_3c.vat deleted file mode 100644 index a1a4ade0b2..0000000000 --- a/resources/templates/vat/policer/policer_add_3c.vat +++ /dev/null @@ -1 +0,0 @@ -policer_add_del name {name} cir {cir} eir {eir} cb {cb} eb {eb} rate_type {rate_type} round_type {round_type} type {p_type} conform_action {conform_action} exceed_action {exceed_action} violate_action {violate_action} {color_aware} diff --git a/resources/templates/vat/policer/policer_classify_add_session.vat b/resources/templates/vat/policer/policer_classify_add_session.vat deleted file mode 100644 index 7ba466d16d..0000000000 --- a/resources/templates/vat/policer/policer_classify_add_session.vat +++ /dev/null @@ -1 +0,0 @@ -classify_add_del_session policer-hit-next {policer_index} {pre_color} table-index {table_index} skip_n {skip_n} match_n {match_n} match {match} diff --git a/resources/templates/vat/policer/policer_classify_set_interface.vat b/resources/templates/vat/policer/policer_classify_set_interface.vat deleted file mode 100644 index d0141c9595..0000000000 --- a/resources/templates/vat/policer/policer_classify_set_interface.vat +++ /dev/null @@ -1 +0,0 @@ -policer_classify_set_interface sw_if_index {sw_if_index} {table_type} {table_index} diff --git a/resources/templates/vat/tap.vat b/resources/templates/vat/tap.vat deleted file mode 100644 index bac63e8ee0..0000000000 --- a/resources/templates/vat/tap.vat +++ /dev/null @@ -1 +0,0 @@ -tap_{tap_command}_v2 {tap_arguments}
\ No newline at end of file |