Skip to content

Commit

Permalink
deprecated attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
r12f committed May 31, 2024
1 parent 5347025 commit ff1ca48
Show file tree
Hide file tree
Showing 14 changed files with 213 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dash-pipeline/SAI/specs/dash_acl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ sai_apis:
object_name: null
allow_null: false
valid_only: null
deprecated: null
stats: []
- !!python/object:utils.sai_spec.sai_api.SaiApi
name: dash_acl_rule
Expand Down Expand Up @@ -59,6 +60,7 @@ sai_apis:
object_name: null
allow_null: false
valid_only: null
deprecated: null
- !!python/object:utils.sai_spec.sai_attribute.SaiAttribute
name: SAI_DASH_ACL_RULE_ATTR_COUNTER_ID
description: Attach a counter. When it is empty, then packet hits won't be counted.
Expand All @@ -70,6 +72,7 @@ sai_apis:
object_name: SAI_OBJECT_TYPE_COUNTER
allow_null: true
valid_only: null
deprecated: null
- !!python/object:utils.sai_spec.sai_attribute.SaiAttribute
name: SAI_DASH_ACL_RULE_ATTR_PRIORITY
description: Rule priority in table
Expand All @@ -81,6 +84,7 @@ sai_apis:
object_name: null
allow_null: false
valid_only: null
deprecated: null
- !!python/object:utils.sai_spec.sai_attribute.SaiAttribute
name: SAI_DASH_ACL_RULE_ATTR_IP_ADDR_FAMILY
description: IP address family for resource accounting
Expand All @@ -92,4 +96,5 @@ sai_apis:
object_name: null
allow_null: false
valid_only: null
deprecated: null
stats: []
1 change: 1 addition & 0 deletions dash-pipeline/SAI/specs/dash_direction_lookup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ sai_apis:
object_name: null
allow_null: false
valid_only: null
deprecated: null
stats: []
Loading

0 comments on commit ff1ca48

Please sign in to comment.