diff options
author | Patrik Hrnciar <phrnciar@cisco.com> | 2016-05-18 11:53:52 +0200 |
---|---|---|
committer | Patrik Hrnciar <phrnciar@cisco.com> | 2016-06-07 16:13:57 +0200 |
commit | 559a2b904cf95e4a5a82726d8b3791e57e7a9f9c (patch) | |
tree | febc700ccaa624158ec3bbc774c7b2ba99845a0b /resources/templates | |
parent | 681bb937b97b0c2bf10595e2042cf5943d61896b (diff) |
iACL TCP/UDP tests
- IPv4 CSIT-92
- IPv6 CSIT-107
Change-Id: Ia93e96f624ce73ef08b89d4b22334a67ebb69e13
Signed-off-by: Patrik Hrnciar <phrnciar@cisco.com>
Diffstat (limited to 'resources/templates')
-rw-r--r-- | resources/templates/vat/classify_add_session_hex.vat | 1 | ||||
-rw-r--r-- | resources/templates/vat/classify_add_table_hex.vat | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/templates/vat/classify_add_session_hex.vat b/resources/templates/vat/classify_add_session_hex.vat new file mode 100644 index 0000000000..c9c072927c --- /dev/null +++ b/resources/templates/vat/classify_add_session_hex.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 hex {hex_value}
\ No newline at end of file diff --git a/resources/templates/vat/classify_add_table_hex.vat b/resources/templates/vat/classify_add_table_hex.vat new file mode 100644 index 0000000000..8d5365585d --- /dev/null +++ b/resources/templates/vat/classify_add_table_hex.vat @@ -0,0 +1 @@ +classify_add_del_table mask hex {hex_mask}
\ No newline at end of file |