From f2711a847cd8de8dadce1049747e78f96bcae031 Mon Sep 17 00:00:00 2001 From: selias Date: Thu, 11 Aug 2016 10:02:33 +0200 Subject: CSIT-233 IPv4 IPFIX - baseline tests - add scapy classes for parsing IPFIX packets - add vat scripts and keywords for settings up IPFIX - add IPv4 IPFIX test suite Change-Id: I80ab76ca361c7920a01a46ad720b1c04acd0d147 Signed-off-by: selias --- resources/templates/vat/ipfix_table_add.vat | 1 + 1 file changed, 1 insertion(+) create mode 100644 resources/templates/vat/ipfix_table_add.vat (limited to 'resources/templates/vat/ipfix_table_add.vat') diff --git a/resources/templates/vat/ipfix_table_add.vat b/resources/templates/vat/ipfix_table_add.vat new file mode 100644 index 0000000000..87b0cc169d --- /dev/null +++ b/resources/templates/vat/ipfix_table_add.vat @@ -0,0 +1 @@ +ipfix_classify_table_add_del table {table} {ip_version} {add_del} \ No newline at end of file -- cgit 1.2.3-korg