diff options
author | selias <samelias@cisco.com> | 2016-08-11 10:02:33 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2016-08-25 21:34:48 +0000 |
commit | f2711a847cd8de8dadce1049747e78f96bcae031 (patch) | |
tree | e6f0fb27e22c6d32fb4c0241e54a253eaad0ecbe /resources/templates/vat/ipfix_table_add.vat | |
parent | 53ce7d17816de6516f3c21bd01835b8c1c474c79 (diff) |
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 <samelias@cisco.com>
Diffstat (limited to 'resources/templates/vat/ipfix_table_add.vat')
-rw-r--r-- | resources/templates/vat/ipfix_table_add.vat | 1 |
1 files changed, 1 insertions, 0 deletions
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 |