From c9d198a9f6494558574238dd055a14ef3a251d31 Mon Sep 17 00:00:00 2001 From: Matus Fabian Date: Fri, 1 Jul 2016 04:40:00 -0700 Subject: CSIT-171 CSIT-172 Policer tests initial commit policer python library, traffic script and IPv4/IPv6 example tests Change-Id: I6470c86ce1acdcaaff9fdcf81510126836f1135e Signed-off-by: Matus Fabian --- resources/templates/vat/policer/policer_add_3c.vat | 1 + 1 file changed, 1 insertion(+) create mode 100644 resources/templates/vat/policer/policer_add_3c.vat (limited to 'resources/templates/vat/policer/policer_add_3c.vat') diff --git a/resources/templates/vat/policer/policer_add_3c.vat b/resources/templates/vat/policer/policer_add_3c.vat new file mode 100644 index 0000000000..a1a4ade0b2 --- /dev/null +++ b/resources/templates/vat/policer/policer_add_3c.vat @@ -0,0 +1 @@ +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} -- cgit 1.2.3-korg