diff options
Diffstat (limited to 'resources/templates/vat')
-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 |