diff options
author | Patrik Hrnciar <phrnciar@cisco.com> | 2016-05-03 14:40:52 +0200 |
---|---|---|
committer | Matej Klotton <mklotton@cisco.com> | 2016-05-11 08:16:52 +0000 |
commit | 452fabf532691f88b36b79bf2469afde18183de2 (patch) | |
tree | 73c63417ee512ff73050559fae1ee93e99b4ad11 /resources/templates | |
parent | 807afe3f73ef9f6170e72f922338d0a726028ec6 (diff) |
Add iACL IPv4/IPv6 tests.
- IPv4: CSIT-15
- IPv6: CSIT-16
Change-Id: I6e66aa853dfaebf1388f1191dbb63f5216820325
Signed-off-by: Patrik Hrnciar <phrnciar@cisco.com>
Diffstat (limited to 'resources/templates')
-rw-r--r-- | resources/templates/vat/classify_add_session.vat | 1 | ||||
-rw-r--r-- | resources/templates/vat/classify_add_table.vat | 1 | ||||
-rw-r--r-- | resources/templates/vat/input_acl_int.vat | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/resources/templates/vat/classify_add_session.vat b/resources/templates/vat/classify_add_session.vat new file mode 100644 index 0000000000..e68b46f965 --- /dev/null +++ b/resources/templates/vat/classify_add_session.vat @@ -0,0 +1 @@ +classify_add_del_session acl-hit-next {acl_method} table-index {table_index} skip_n {skip_n} match_n {match_n} match l3 {ip_version} {direction} {address}
\ No newline at end of file diff --git a/resources/templates/vat/classify_add_table.vat b/resources/templates/vat/classify_add_table.vat new file mode 100644 index 0000000000..fea8926a68 --- /dev/null +++ b/resources/templates/vat/classify_add_table.vat @@ -0,0 +1 @@ +classify_add_del_table mask l3 {ip_version} {direction}
\ No newline at end of file diff --git a/resources/templates/vat/input_acl_int.vat b/resources/templates/vat/input_acl_int.vat new file mode 100644 index 0000000000..c9d7441796 --- /dev/null +++ b/resources/templates/vat/input_acl_int.vat @@ -0,0 +1 @@ +input_acl_set_interface sw_if_index {sw_if_index} {ip_version}-table {table_index}
\ No newline at end of file |